18#ifndef itkHMaximaImageFilter_h
19#define itkHMaximaImageFilter_h
56template <
typename TInputImage,
typename TOutputImage>
81 static constexpr unsigned int InputImageDimension = TInputImage::ImageDimension;
82 static constexpr unsigned int OutputImageDimension = TOutputImage::ImageDimension;
104 itkSetMacro(FullyConnected,
bool);
105 itkGetConstReferenceMacro(FullyConnected,
bool);
106 itkBooleanMacro(FullyConnected);
109#ifdef ITK_USE_CONCEPT_CHECKING
139 unsigned long m_NumberOfIterationsUsed{ 1 };
140 bool m_FullyConnected{
false };
144#ifndef ITK_MANUAL_INSTANTIATION
145# include "itkHMaximaImageFilter.hxx"
Base class for all data objects in ITK.
Suppress local maxima whose height above the baseline is less than h.
void PrintSelf(std::ostream &os, Indent indent) const override
~HMaximaImageFilter() override=default
void GenerateInputRequestedRegion() override
void GenerateData() override
typename OutputImageType::ConstPointer OutputImageConstPointer
void EnlargeOutputRequestedRegion(DataObject *) override
Base class for all process objects that output image data.
typename OutputImageType::PixelType OutputImagePixelType
typename OutputImageType::RegionType OutputImageRegionType
TOutputImage OutputImageType
typename OutputImageType::Pointer OutputImagePointer
Base class for filters that take an image as input and produce an image as output.
TInputImage InputImageType
typename InputImageType::ConstPointer InputImageConstPointer
typename InputImageType::Pointer InputImagePointer
typename InputImageType::PixelType InputImagePixelType
typename InputImageType::RegionType InputImageRegionType
Control indentation during Print() invocation.
The base class for all process objects (source, filters, mappers) in the Insight data processing pipe...
SmartPointer< const Self > ConstPointer
SmartPointer< Self > Pointer
#define itkConceptMacro(name, concept)
ImageBaseType::RegionType RegionType
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes....