18 #ifndef itkConnectedComponentFunctorImageFilter_h
19 #define itkConnectedComponentFunctorImageFilter_h
53 template<
typename TInputImage,
typename TOutputImage,
typename TFunctor,
typename TMaskImage = TInputImage >
79 TOutputImage::ImageDimension);
81 TInputImage::ImageDimension);
93 typedef typename TInputImage::SizeType
SizeType;
136 #ifdef ITK_USE_CONCEPT_CHECKING
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.
Superclass::InputImagePointer InputImagePointer
const FunctorType & GetFunctor() const
static const unsigned int ImageDimension
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
virtual ~ConnectedComponentFunctorImageFilter()
virtual void Modified() const
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
static const unsigned int InputImageDimension
ConnectedComponentFunctorImageFilter()
#define itkConceptMacro(name, concept)
void GenerateData() override
Label the objects in a binary image.