18 #ifndef itkRegionalMaximaImageFilter_h
19 #define itkRegionalMaximaImageFilter_h
53 template<
typename TInputImage,
typename TOutputImage >
77 itkStaticConstMacro(InputImageDimension,
unsigned int,
78 TInputImage::ImageDimension);
79 itkStaticConstMacro(OutputImageDimension,
unsigned int,
80 TOutputImage::ImageDimension);
95 itkSetMacro(FullyConnected,
bool);
96 itkGetConstMacro(FullyConnected,
bool);
97 itkBooleanMacro(FullyConnected);
120 itkSetMacro(FlatIsMaxima,
bool);
121 itkGetConstMacro(FlatIsMaxima,
bool);
122 itkBooleanMacro(FlatIsMaxima);
125 #ifdef ITK_USE_CONCEPT_CHECKING
137 void PrintSelf(std::ostream & os,
Indent indent)
const ITK_OVERRIDE;
142 void GenerateInputRequestedRegion() ITK_OVERRIDE;
145 void EnlargeOutputRequestedRegion(
DataObject *itkNotUsed(output) ) ITK_OVERRIDE;
149 void GenerateData() ITK_OVERRIDE;
154 bool m_FullyConnected;
161 #ifndef ITK_MANUAL_INSTANTIATION
162 #include "itkRegionalMaximaImageFilter.hxx"
SmartPointer< const Self > ConstPointer
InputImageType::RegionType InputImageRegionType
InputImageType::PixelType InputImagePixelType
Base class for all process objects that output image data.
TInputImage InputImageType
OutputImageType::RegionType OutputImageRegionType
SmartPointer< Self > Pointer
InputImageType::ConstPointer InputImageConstPointer
TOutputImage OutputImageType
OutputImageType::Pointer OutputImagePointer
ImageToImageFilter< TInputImage, TOutputImage > Superclass
OutputImageType::ConstPointer OutputImageConstPointer
OutputImageType::PixelType OutputImagePixelType
OutputImageType::PixelType OutputImagePixelType
InputImageType::Pointer InputImagePointer
Base class for filters that take an image as input and produce an image as output.
Produce a binary image where foreground is the regional maxima of the input image.
Control indentation during Print() invocation.
~RegionalMaximaImageFilter() override
RegionalMaximaImageFilter Self
#define itkConceptMacro(name, concept)
Base class for all data objects in ITK.