ITK Examples: Filtering an Image
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 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.
I think @jhlegarreta is right. Perhaps we replace ImageFilter.h with one of the itk::ImageToImageFilter classes?