18#ifndef itkRegionalMinimaImageFilter_h
19#define itkRegionalMinimaImageFilter_h
51template <
typename TInputImage,
typename TOutputImage>
76 static constexpr unsigned int InputImageDimension = TInputImage::ImageDimension;
77 static constexpr unsigned int OutputImageDimension = TOutputImage::ImageDimension;
91 itkSetMacro(FullyConnected,
bool);
92 itkGetConstReferenceMacro(FullyConnected,
bool);
93 itkBooleanMacro(FullyConnected);
116 itkSetMacro(FlatIsMinima,
bool);
117 itkGetConstMacro(FlatIsMinima,
bool);
118 itkBooleanMacro(FlatIsMinima);
121#ifdef ITK_USE_CONCEPT_CHECKING
150 bool m_FullyConnected{
false };
151 bool m_FlatIsMinima{
true };
157#ifndef ITK_MANUAL_INSTANTIATION
158# include "itkRegionalMinimaImageFilter.hxx"
Base class for all data objects in ITK.
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...
Produce a binary image where foreground is the regional minima of the input image.
void PrintSelf(std::ostream &os, Indent indent) const override
RegionalMinimaImageFilter()
typename OutputImageType::ConstPointer OutputImageConstPointer
~RegionalMinimaImageFilter() override=default
void GenerateInputRequestedRegion() override
void GenerateData() override
void EnlargeOutputRequestedRegion(DataObject *) override
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....