 |
ITK
5.4.0
Insight Toolkit
|
Go to the documentation of this file.
18 #ifndef itkGrayscaleConnectedClosingImageFilter_h
19 #define itkGrayscaleConnectedClosingImageFilter_h
44 template <
typename TInputImage,
typename TOutputImage>
70 static constexpr
unsigned int InputImageDimension = TInputImage::ImageDimension;
71 static constexpr
unsigned int OutputImageDimension = TOutputImage::ImageDimension;
90 itkSetMacro(FullyConnected,
bool);
91 itkGetConstReferenceMacro(FullyConnected,
bool);
92 itkBooleanMacro(FullyConnected);
95 #ifdef ITK_USE_CONCEPT_CHECKING
107 PrintSelf(std::ostream & os,
Indent indent)
const override;
113 GenerateInputRequestedRegion()
override;
117 EnlargeOutputRequestedRegion(
DataObject * itkNotUsed(output))
override;
122 GenerateData()
override;
125 unsigned long m_NumberOfIterationsUsed{ 1 };
128 bool m_FullyConnected{};
132 #ifndef ITK_MANUAL_INSTANTIATION
133 # include "itkGrayscaleConnectedClosingImageFilter.hxx"
SmartPointer< Self > Pointer
SmartPointer< const Self > ConstPointer
typename OutputImageType::Pointer OutputImagePointer
typename OutputImageType::ConstPointer OutputImageConstPointer
Control indentation during Print() invocation.
typename InputImageRegionType::IndexType InputImageIndexType
typename InputImageType::PixelType InputImagePixelType
ImageBaseType::IndexType IndexType
Base class for filters that take an image as input and produce an image as output.
Base class for all process objects that output image data.
Enhance pixels associated with a dark object (identified by a seed pixel) where the dark object is su...
typename InputImageType::Pointer InputImagePointer
ImageBaseType::RegionType RegionType
TInputImage InputImageType
typename OutputImageType::RegionType OutputImageRegionType
#define itkConceptMacro(name, concept)
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes....
The base class for all process objects (source, filters, mappers) in the Insight data processing pipe...
typename OutputImageType::PixelType OutputImagePixelType
typename InputImageType::RegionType InputImageRegionType
typename InputImageType::ConstPointer InputImageConstPointer
TOutputImage OutputImageType
Base class for all data objects in ITK.