18 #ifndef itkHMinimaImageFilter_h
19 #define itkHMinimaImageFilter_h
54 template<
typename TInputImage,
typename TOutputImage >
80 static constexpr
unsigned int InputImageDimension = TInputImage::ImageDimension;
81 static constexpr
unsigned int OutputImageDimension = TOutputImage::ImageDimension;
104 itkSetMacro(FullyConnected,
bool);
105 itkGetConstReferenceMacro(FullyConnected,
bool);
106 itkBooleanMacro(FullyConnected);
109 #ifdef ITK_USE_CONCEPT_CHECKING
123 void PrintSelf(std::ostream & os,
Indent indent)
const override;
128 void GenerateInputRequestedRegion()
override;
131 void EnlargeOutputRequestedRegion(
DataObject *itkNotUsed(output) )
override;
135 void GenerateData()
override;
139 unsigned long m_NumberOfIterationsUsed{ 1 };
140 bool m_FullyConnected{
false };
144 #ifndef ITK_MANUAL_INSTANTIATION
145 #include "itkHMinimaImageFilter.hxx"
typename OutputImageType::Pointer OutputImagePointer
typename OutputImageType::ConstPointer OutputImageConstPointer
InputImagePixelType m_Height
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
Suppress local minima whose depth below the baseline is less than h.
typename OutputImageType::PixelType OutputImagePixelType
typename InputImageType::PixelType InputImagePixelType
typename InputImageType::Pointer InputImagePointer
typename OutputImageType::RegionType OutputImageRegionType
TOutputImage OutputImageType
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.