ITKSphinxExamples icon indicating copy to clipboard operation
ITKSphinxExamples copied to clipboard

ITK Examples: Filtering an Image

Open melrobin opened this issue 4 years ago • 2 comments

Can anyone confirm that ImageFilter.h does not exist in ITK 5.2?

If this is the case then the example here: https://itk.org/ITKExamples/src/Core/Common/FilterImage/Documentation.html

will not work.

I want to rewrite this example, but wanted to make sure that there is a valid error in this example and not just operator error.

melrobin avatar Mar 19 '21 22:03 melrobin

@melrobin thanks for taking care of this. Not sure if an ImageFilter.h has ever existed in ITK. However, the class exists in the ITKSphinxExamples source tree (added in this commit). The class looks like a simple example to show how to subclass itk::ImageToImageFilter but I may be wrong.

jhlegarreta avatar Mar 20 '21 13:03 jhlegarreta

I think @jhlegarreta is right. Perhaps we replace ImageFilter.h with one of the itk::ImageToImageFilter classes?

thewtex avatar Mar 22 '21 17:03 thewtex