18#ifndef itkNeighborhoodConnectedImageFilter_h
19#define itkNeighborhoodConnectedImageFilter_h
36template <
typename TInputImage,
typename TOutputImage>
106 static constexpr unsigned int InputImageDimension = TInputImage::ImageDimension;
107 static constexpr unsigned int OutputImageDimension = TOutputImage::ImageDimension;
109#ifdef ITK_USE_CONCEPT_CHECKING
122 std::vector<IndexType> m_Seeds{};
144#ifndef ITK_MANUAL_INSTANTIATION
145# include "itkNeighborhoodConnectedImageFilter.hxx"
Base class for all data objects in ITK.
Base class for all process objects that output image data.
typename OutputImageType::PixelType OutputImagePixelType
typename OutputImageType::RegionType OutputImageRegionType
TOutputImage OutputImageType
typename OutputImageType::Pointer OutputImagePointer
Base class for filters that take an image as input and produce an image as output.
TInputImage InputImageType
typename InputImageType::Pointer InputImagePointer
typename InputImageType::PixelType InputImagePixelType
typename InputImageType::RegionType InputImageRegionType
Control indentation during Print() invocation.
Label pixels that are connected to a seed and lie within a neighborhood.
~NeighborhoodConnectedImageFilter() override=default
void SetSeed(const IndexType &seed)
NeighborhoodConnectedImageFilter()
void GenerateData() override
void GenerateInputRequestedRegion() override
void PrintSelf(std::ostream &os, Indent indent) const override
void EnlargeOutputRequestedRegion(DataObject *output) override
typename InputImageType::SizeType InputImageSizeType
void AddSeed(const IndexType &seed)
typename InputImageType::IndexType IndexType
The base class for all process objects (source, filters, mappers) in the Insight data processing pipe...
SmartPointer< Self > Pointer
#define itkConceptMacro(name, concept)
ImageBaseType::RegionType RegionType
ImageBaseType::IndexType IndexType
ImageBaseType::SizeType SizeType
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes....