18 #ifndef itkHMaximaImageFilter_h
19 #define itkHMaximaImageFilter_h
56 template<
typename TInputImage,
typename TOutputImage >
82 static constexpr
unsigned int InputImageDimension = TInputImage::ImageDimension;
83 static constexpr
unsigned int OutputImageDimension = TOutputImage::ImageDimension;
106 itkSetMacro(FullyConnected,
bool);
107 itkGetConstReferenceMacro(FullyConnected,
bool);
108 itkBooleanMacro(FullyConnected);
111 #ifdef ITK_USE_CONCEPT_CHECKING
125 void PrintSelf(std::ostream & os,
Indent indent)
const override;
130 void GenerateInputRequestedRegion()
override;
133 void EnlargeOutputRequestedRegion(
DataObject *itkNotUsed(output) )
override;
136 void GenerateData()
override;
140 unsigned long m_NumberOfIterationsUsed{ 1 };
141 bool m_FullyConnected{
false };
145 #ifndef ITK_MANUAL_INSTANTIATION
146 #include "itkHMaximaImageFilter.hxx"
typename OutputImageType::Pointer OutputImagePointer
The base class for all process objects (source, filters, mappers) in the Insight data processing pipe...
Suppress local maxima whose height above the baseline is less than h.
InputImagePixelType m_Height
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
typename OutputImageType::ConstPointer OutputImageConstPointer
typename InputImageType::RegionType InputImageRegionType
Base class for filters that take an image as input and produce an image as output.
Control indentation during Print() invocation.
ImageBaseType::RegionType RegionType
#define itkConceptMacro(name, concept)
typename InputImageType::ConstPointer InputImageConstPointer
Base class for all data objects in ITK.