18 #ifndef itkWhiteTopHatImageFilter_h
19 #define itkWhiteTopHatImageFilter_h
37 template<
typename TInputImage,
typename TOutputImage,
typename TKernel >
66 static constexpr
unsigned int InputImageDimension = TInputImage::ImageDimension;
67 static constexpr
unsigned int OutputImageDimension = TOutputImage::ImageDimension;
78 itkSetMacro(SafeBorder,
bool);
79 itkGetConstReferenceMacro(SafeBorder,
bool);
80 itkBooleanMacro(SafeBorder);
92 itkSetMacro(Algorithm,
int);
93 itkGetConstMacro(Algorithm,
int);
96 itkSetMacro(ForceAlgorithm,
bool);
97 itkGetConstReferenceMacro(ForceAlgorithm,
bool);
98 itkBooleanMacro(ForceAlgorithm);
103 void PrintSelf(std::ostream & os,
Indent indent)
const override;
105 void GenerateData()
override;
116 #ifndef ITK_MANUAL_INSTANTIATION
117 #include "itkWhiteTopHatImageFilter.hxx"
typename OutputImageType::Pointer OutputImagePointer
typename OutputImageType::ConstPointer OutputImageConstPointer
The base class for all process objects (source, filters, mappers) in the Insight data processing pipe...
Base class for all process objects that output image data.
TInputImage InputImageType
typename OutputImageType::PixelType OutputImagePixelType
typename InputImageType::PixelType InputImagePixelType
typename InputImageType::Pointer InputImagePointer
typename OutputImageType::RegionType OutputImageRegionType
TOutputImage OutputImageType
A base class for all the filters working on an arbitrary shaped neighborhood.
White top hat extracts local maxima that are larger than the structuring element. ...
typename InputImageType::RegionType InputImageRegionType
Control indentation during Print() invocation.
ImageBaseType::RegionType RegionType
typename InputImageType::ConstPointer InputImageConstPointer