21 #ifndef otbOpeningClosingMorphologicalFilter_h
22 #define otbOpeningClosingMorphologicalFilter_h
24 #include "itkImageToImageFilter.h"
46 template <
class TInputImage,
class TOutputImage,
class TKernel>
53 typedef itk::ImageToImageFilter<TInputImage, TOutputImage>
Superclass;
91 void GenerateData()
override;
94 void PrintSelf(std::ostream& os, itk::Indent indent)
const override;
98 void operator=(
const Self&) =
delete;
104 #ifndef OTB_MANUAL_INSTANTIATION