18 #ifndef itkRegionalMaximaImageFilter_h
19 #define itkRegionalMaximaImageFilter_h
53 template<
typename TInputImage,
typename TOutputImage >
80 TInputImage::ImageDimension);
82 TOutputImage::ImageDimension);
97 itkSetMacro(FullyConnected,
bool);
98 itkGetConstMacro(FullyConnected,
bool);
99 itkBooleanMacro(FullyConnected);
122 itkSetMacro(FlatIsMaxima,
bool);
123 itkGetConstMacro(FlatIsMaxima,
bool);
124 itkBooleanMacro(FlatIsMaxima);
127 #ifdef ITK_USE_CONCEPT_CHECKING
155 void operator=(const
Self &) ITK_DELETE_FUNCTION;
164 #ifndef ITK_MANUAL_INSTANTIATION
165 #include "itkRegionalMaximaImageFilter.hxx"
SmartPointer< const Self > ConstPointer
void PrintSelf(std::ostream &os, Indent indent) const override
InputImageType::RegionType InputImageRegionType
static const unsigned int OutputImageDimension
InputImageType::PixelType InputImagePixelType
Base class for all process objects that output image data.
TInputImage InputImageType
OutputImageType::RegionType OutputImageRegionType
SmartPointer< Self > Pointer
static const unsigned int InputImageDimension
InputImageType::ConstPointer InputImageConstPointer
TOutputImage OutputImageType
~RegionalMaximaImageFilter()
OutputImageType::Pointer OutputImagePointer
ImageToImageFilter< TInputImage, TOutputImage > Superclass
void GenerateInputRequestedRegion() override
OutputImageType::ConstPointer OutputImageConstPointer
OutputImageType::PixelType OutputImagePixelType
RegionalMaximaImageFilter()
OutputImageType::PixelType OutputImagePixelType
InputImageType::Pointer InputImagePointer
void GenerateData() override
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.
OutputImagePixelType m_ForegroundValue
OutputImagePixelType m_BackgroundValue
RegionalMaximaImageFilter Self
#define itkConceptMacro(name, concept)
Base class for all data objects in ITK.
void EnlargeOutputRequestedRegion(DataObject *) override