18 #ifndef itkNeighborhoodConnectedImageFilter_h
19 #define itkNeighborhoodConnectedImageFilter_h
35 template<
typename TInputImage,
typename TOutputImage >
67 void PrintSelf(std::ostream & os,
Indent indent)
const override;
103 static constexpr
unsigned int InputImageDimension = TInputImage::ImageDimension;
104 static constexpr
unsigned int OutputImageDimension = TOutputImage::ImageDimension;
106 #ifdef ITK_USE_CONCEPT_CHECKING
134 void GenerateInputRequestedRegion()
override;
137 void EnlargeOutputRequestedRegion(
DataObject *output)
override;
139 void GenerateData()
override;
143 #ifndef ITK_MANUAL_INSTANTIATION
144 #include "itkNeighborhoodConnectedImageFilter.hxx"
typename OutputImageType::Pointer OutputImagePointer
std::vector< IndexType > m_Seeds
InputImagePixelType m_Upper
typename InputImageType::IndexType IndexType
The base class for all process objects (source, filters, mappers) in the Insight data processing pipe...
Base class for all process objects that output image data.
typename InputImageType::SizeType InputImageSizeType
TInputImage InputImageType
typename OutputImageType::PixelType OutputImagePixelType
typename InputImageType::PixelType InputImagePixelType
typename InputImageType::Pointer InputImagePointer
ImageBaseType::SizeType SizeType
typename OutputImageType::RegionType OutputImageRegionType
ImageBaseType::IndexType IndexType
TOutputImage OutputImageType
InputImagePixelType m_Lower
InputImageSizeType m_Radius
typename InputImageType::RegionType InputImageRegionType
OutputImagePixelType m_ReplaceValue
Base class for filters that take an image as input and produce an image as output.
Control indentation during Print() invocation.
ImageBaseType::RegionType RegionType
#define itkConceptMacro(name, concept)
Label pixels that are connected to a seed and lie within a neighborhood.
Base class for all data objects in ITK.