18 #ifndef itkRegionalMinimaImageFilter_h
19 #define itkRegionalMinimaImageFilter_h
53 template<
typename TInputImage,
typename TOutputImage >
78 TInputImage::ImageDimension);
80 TOutputImage::ImageDimension);
96 itkSetMacro(FullyConnected,
bool);
97 itkGetConstReferenceMacro(FullyConnected,
bool);
98 itkBooleanMacro(FullyConnected);
121 itkSetMacro(FlatIsMinima,
bool);
122 itkGetConstMacro(FlatIsMinima,
bool);
123 itkBooleanMacro(FlatIsMinima);
126 #ifdef ITK_USE_CONCEPT_CHECKING
154 void operator=(const Self &);
163 #ifndef ITK_MANUAL_INSTANTIATION
164 #include "itkRegionalMinimaImageFilter.hxx"
OutputImagePixelType m_BackgroundValue
OutputImageType::ConstPointer OutputImageConstPointer
TInputImage InputImageType
void EnlargeOutputRequestedRegion(DataObject *) override
OutputImageType::PixelType OutputImagePixelType
Base class for all process objects that output image data.
InputImageType::Pointer InputImagePointer
RegionalMinimaImageFilter Self
OutputImageType::RegionType OutputImageRegionType
void GenerateInputRequestedRegion() override
~RegionalMinimaImageFilter()
ImageToImageFilter< TInputImage, TOutputImage > Superclass
static const unsigned int InputImageDimension
static const unsigned int OutputImageDimension
OutputImagePixelType m_ForegroundValue
InputImageType::RegionType InputImageRegionType
InputImageType::ConstPointer InputImageConstPointer
OutputImageType::PixelType OutputImagePixelType
SmartPointer< Self > Pointer
SmartPointer< const Self > ConstPointer
Base class for filters that take an image as input and produce an image as output.
TOutputImage OutputImageType
Control indentation during Print() invocation.
OutputImageType::Pointer OutputImagePointer
InputImageType::PixelType InputImagePixelType
RegionalMinimaImageFilter()
#define itkConceptMacro(name, concept)
Produce a binary image where foreground is the regional minima of the input image.
void GenerateData() override
Base class for all data objects in ITK.
void PrintSelf(std::ostream &os, Indent indent) const override