 |
ITK
5.4.0
Insight Toolkit
|
Go to the documentation of this file.
18 #ifndef itkGrayscaleConnectedOpeningImageFilter_h
19 #define itkGrayscaleConnectedOpeningImageFilter_h
45 template <
typename TInputImage,
typename TOutputImage>
71 static constexpr
unsigned int InputImageDimension = TInputImage::ImageDimension;
72 static constexpr
unsigned int OutputImageDimension = TOutputImage::ImageDimension;
91 itkSetMacro(FullyConnected,
bool);
92 itkGetConstReferenceMacro(FullyConnected,
bool);
93 itkBooleanMacro(FullyConnected);
96 #ifdef ITK_USE_CONCEPT_CHECKING
108 PrintSelf(std::ostream & os,
Indent indent)
const override;
114 GenerateInputRequestedRegion()
override;
118 EnlargeOutputRequestedRegion(
DataObject * itkNotUsed(output))
override;
123 GenerateData()
override;
126 unsigned long m_NumberOfIterationsUsed{ 1 };
129 bool m_FullyConnected{};
133 #ifndef ITK_MANUAL_INSTANTIATION
134 # include "itkGrayscaleConnectedOpeningImageFilter.hxx"
SmartPointer< Self > Pointer
SmartPointer< const Self > ConstPointer
typename OutputImageType::Pointer OutputImagePointer
typename OutputImageType::ConstPointer OutputImageConstPointer
Control indentation during Print() invocation.
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.
typename InputImageType::Pointer InputImagePointer
typename InputImageRegionType::IndexType InputImageIndexType
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
Enhance pixels associated with a bright object (identified by a seed pixel) where the bright object i...
TOutputImage OutputImageType
Base class for all data objects in ITK.