18#ifndef itkHMinimaImageFilter_h
19#define itkHMinimaImageFilter_h
54template <
typename TInputImage,
typename TOutputImage>
79 static constexpr unsigned int InputImageDimension = TInputImage::ImageDimension;
80 static constexpr unsigned int OutputImageDimension = TOutputImage::ImageDimension;
102 itkSetMacro(FullyConnected,
bool);
103 itkGetConstReferenceMacro(FullyConnected,
bool);
104 itkBooleanMacro(FullyConnected);
107#ifdef ITK_USE_CONCEPT_CHECKING
138 unsigned long m_NumberOfIterationsUsed{ 1 };
139 bool m_FullyConnected{
false };
143#ifndef ITK_MANUAL_INSTANTIATION
144# include "itkHMinimaImageFilter.hxx"
Base class for all data objects in ITK.
Suppress local minima whose depth below the baseline is less than h.
void EnlargeOutputRequestedRegion(DataObject *) override
void PrintSelf(std::ostream &os, Indent indent) const override
void GenerateInputRequestedRegion() override
typename OutputImageType::ConstPointer OutputImageConstPointer
void GenerateData() override
~HMinimaImageFilter() override=default
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....