18 #ifndef itkGrayscaleConnectedOpeningImageFilter_h
19 #define itkGrayscaleConnectedOpeningImageFilter_h
45 template<
typename TInputImage,
typename TOutputImage >
70 itkStaticConstMacro(InputImageDimension,
unsigned int,
71 TInputImage::ImageDimension);
72 itkStaticConstMacro(OutputImageDimension,
unsigned int,
73 TOutputImage::ImageDimension);
94 itkSetMacro(FullyConnected,
bool);
95 itkGetConstReferenceMacro(FullyConnected,
bool);
96 itkBooleanMacro(FullyConnected);
99 #ifdef ITK_USE_CONCEPT_CHECKING
113 void PrintSelf(std::ostream & os,
Indent indent)
const ITK_OVERRIDE;
118 void GenerateInputRequestedRegion() ITK_OVERRIDE;
121 void EnlargeOutputRequestedRegion(
DataObject *itkNotUsed(output) ) ITK_OVERRIDE;
125 void GenerateData() ITK_OVERRIDE;
130 unsigned long m_NumberOfIterationsUsed;
133 bool m_FullyConnected;
137 #ifndef ITK_MANUAL_INSTANTIATION
138 #include "itkGrayscaleConnectedOpeningImageFilter.hxx"
SmartPointer< const Self > ConstPointer
InputImageRegionType::IndexType InputImageIndexType
~GrayscaleConnectedOpeningImageFilter() override
InputImageType::PixelType InputImagePixelType
InputImageType::ConstPointer InputImageConstPointer
TInputImage InputImageType
ImageToImageFilter< TInputImage, TOutputImage > Superclass
InputImageType::Pointer InputImagePointer
Base class for all process objects that output image data.
OutputImageType::RegionType OutputImageRegionType
Enhance pixels associated with a bright object (identified by a seed pixel) where the bright object i...
InputImageType::RegionType InputImageRegionType
GrayscaleConnectedOpeningImageFilter Self
SmartPointer< Self > Pointer
TOutputImage OutputImageType
Base class for filters that take an image as input and produce an image as output.
Control indentation during Print() invocation.
#define itkConceptMacro(name, concept)
OutputImageType::PixelType OutputImagePixelType
OutputImageType::ConstPointer OutputImageConstPointer
OutputImageType::Pointer OutputImagePointer
Base class for all data objects in ITK.
ImageBaseType::IndexType IndexType