18 #ifndef itkConnectedComponentFunctorImageFilter_h
19 #define itkConnectedComponentFunctorImageFilter_h
53 template<
typename TInputImage,
typename TOutputImage,
typename TFunctor,
typename TMaskImage = TInputImage >
78 itkStaticConstMacro(ImageDimension,
unsigned int,
79 TOutputImage::ImageDimension);
80 itkStaticConstMacro(InputImageDimension,
unsigned int,
81 TInputImage::ImageDimension);
136 #ifdef ITK_USE_CONCEPT_CHECKING
167 void GenerateData() ITK_OVERRIDE;
171 #ifndef ITK_MANUAL_INSTANTIATION
172 #include "itkConnectedComponentFunctorImageFilter.hxx"
TInputImage::PixelType InputPixelType
Superclass::InputImagePointer InputImagePointer
void SetFunctor(const FunctorType &functor)
TOutputImage::InternalPixelType OutputInternalPixelType
A generic connected components filter that labels the objects in an artibitrary image.
ConnectedComponentFunctorImageFilter(const Self &)
Base class for all process objects that output image data.
const FunctorType & GetFunctor() const
SmartPointer< const Self > ConstPointer
FunctorType & GetFunctor()
TMaskImage::PixelType MaskPixelType
ConnectedComponentFunctorImageFilter Self
TOutputImage OutputImageType
std::list< IndexType > ListType
ConnectedComponentImageFilter< TInputImage, TOutputImage, TMaskImage > Superclass
MaskImageType::Pointer MaskImagePointer
SmartPointer< Self > Pointer
TInputImage InputImageType
TInputImage::IndexType IndexType
TOutputImage::RegionType RegionType
TInputImage::SizeType SizeType
Base class for filters that take an image as input and produce an image as output.
TInputImage::InternalPixelType InputInternalPixelType
TOutputImage::PixelType OutputPixelType
ImageBaseType::SizeType SizeType
ConnectedComponentFunctorImageFilter()
virtual ~ConnectedComponentFunctorImageFilter() override
#define itkConceptMacro(name, concept)
ImageBaseType::IndexType IndexType
Label the objects in a binary image.