18#ifndef itkStatisticsUniqueLabelMapFilter_h
19#define itkStatisticsUniqueLabelMapFilter_h
41template <
typename TImage>
64 static constexpr unsigned int ImageDimension = TImage::ImageDimension;
72#ifdef ITK_USE_CONCEPT_CHECKING
92#ifndef ITK_MANUAL_INSTANTIATION
93# include "itkStatisticsUniqueLabelMapFilter.hxx"
Light weight base class for most itk classes.
Remove some pixels in the label object according to the value of their shape attribute to ensure that...
typename ImageType::IndexType IndexType
typename ImageType::PixelType PixelType
typename LabelObjectType::AttributeType AttributeType
typename ImageType::Pointer ImagePointer
typename ImageType::ConstPointer ImageConstPointer
typename ImageType::LabelObjectType LabelObjectType
Remove some pixels in the label object according to the value of their statistics attribute to ensure...
~StatisticsUniqueLabelMapFilter() override=default
StatisticsUniqueLabelMapFilter()
void GenerateData() override
SmartPointer< const Self > ConstPointer
SmartPointer< Self > Pointer
ImageBaseType::IndexType IndexType
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes....