18 #ifndef itkRegionalMinimaImageFilter_h
19 #define itkRegionalMinimaImageFilter_h
51 template<
typename TInputImage,
typename TOutputImage >
75 itkStaticConstMacro(InputImageDimension,
unsigned int,
76 TInputImage::ImageDimension);
77 itkStaticConstMacro(OutputImageDimension,
unsigned int,
78 TOutputImage::ImageDimension);
94 itkSetMacro(FullyConnected,
bool);
95 itkGetConstReferenceMacro(FullyConnected,
bool);
96 itkBooleanMacro(FullyConnected);
119 itkSetMacro(FlatIsMinima,
bool);
120 itkGetConstMacro(FlatIsMinima,
bool);
121 itkBooleanMacro(FlatIsMinima);
124 #ifdef ITK_USE_CONCEPT_CHECKING
136 void PrintSelf(std::ostream & os,
Indent indent)
const ITK_OVERRIDE;
141 void GenerateInputRequestedRegion() ITK_OVERRIDE;
144 void EnlargeOutputRequestedRegion(
DataObject *itkNotUsed(output) ) ITK_OVERRIDE;
148 void GenerateData() ITK_OVERRIDE;
153 bool m_FullyConnected;
160 #ifndef ITK_MANUAL_INSTANTIATION
161 #include "itkRegionalMinimaImageFilter.hxx"
OutputImageType::ConstPointer OutputImageConstPointer
~RegionalMinimaImageFilter() override
TInputImage InputImageType
OutputImageType::PixelType OutputImagePixelType
Base class for all process objects that output image data.
InputImageType::Pointer InputImagePointer
RegionalMinimaImageFilter Self
OutputImageType::RegionType OutputImageRegionType
ImageToImageFilter< TInputImage, TOutputImage > Superclass
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
#define itkConceptMacro(name, concept)
Produce a binary image where foreground is the regional minima of the input image.
Base class for all data objects in ITK.