18 #ifndef itkHMaximaImageFilter_h
19 #define itkHMaximaImageFilter_h
56 template<
typename TInputImage,
typename TOutputImage >
80 itkStaticConstMacro(InputImageDimension,
unsigned int,
81 TInputImage::ImageDimension);
82 itkStaticConstMacro(OutputImageDimension,
unsigned int,
83 TOutputImage::ImageDimension);
107 itkSetMacro(FullyConnected,
bool);
108 itkGetConstReferenceMacro(FullyConnected,
bool);
109 itkBooleanMacro(FullyConnected);
112 #ifdef ITK_USE_CONCEPT_CHECKING
126 void PrintSelf(std::ostream & os,
Indent indent)
const ITK_OVERRIDE;
131 void GenerateInputRequestedRegion() ITK_OVERRIDE;
134 void EnlargeOutputRequestedRegion(
DataObject *itkNotUsed(output) ) ITK_OVERRIDE;
137 void GenerateData() ITK_OVERRIDE;
143 unsigned long m_NumberOfIterationsUsed;
144 bool m_FullyConnected;
148 #ifndef ITK_MANUAL_INSTANTIATION
149 #include "itkHMaximaImageFilter.hxx"
Suppress local maxima whose height above the baseline is less than h.
Base class for all process objects that output image data.
InputImageType::PixelType InputImagePixelType
SmartPointer< Self > Pointer
TOutputImage OutputImageType
TInputImage InputImageType
OutputImageType::ConstPointer OutputImageConstPointer
InputImageType::RegionType InputImageRegionType
InputImageType::ConstPointer InputImageConstPointer
OutputImageType::Pointer OutputImagePointer
OutputImageType::RegionType OutputImageRegionType
InputImageType::Pointer InputImagePointer
ImageToImageFilter< TInputImage, TOutputImage > Superclass
~HMaximaImageFilter() override
InputImageType::PixelType InputImagePixelType
Base class for filters that take an image as input and produce an image as output.
SmartPointer< const Self > ConstPointer
Control indentation during Print() invocation.
#define itkConceptMacro(name, concept)
OutputImageType::PixelType OutputImagePixelType
Base class for all data objects in ITK.