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
163 #ifndef ITK_MANUAL_INSTANTIATION
164 #include "itkRegionalMinimaImageFilter.hxx"
OutputImagePixelType m_BackgroundValue
void GenerateInputRequestedRegion()
OutputImageType::ConstPointer OutputImageConstPointer
TInputImage InputImageType
OutputImageType::PixelType OutputImagePixelType
Base class for all process objects that output image data.
InputImageType::Pointer InputImagePointer
RegionalMinimaImageFilter Self
OutputImageType::RegionType OutputImageRegionType
void EnlargeOutputRequestedRegion(DataObject *)
~RegionalMinimaImageFilter()
ImageToImageFilter< TInputImage, TOutputImage > Superclass
static const unsigned int InputImageDimension
void operator=(const Self &)
static const unsigned int OutputImageDimension
OutputImagePixelType m_ForegroundValue
InputImageType::RegionType InputImageRegionType
InputImageType::ConstPointer InputImageConstPointer
void PrintSelf(std::ostream &os, Indent indent) const
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.
Base class for all data objects in ITK.