18 #ifndef itkShapeRelabelImageFilter_h
19 #define itkShapeRelabelImageFilter_h
45 template<
typename TInputImage >
70 TInputImage::ImageDimension);
72 TInputImage::ImageDimension);
74 TInputImage::ImageDimension);
94 #ifdef ITK_USE_CONCEPT_CHECKING
118 itkGetConstMacro(ReverseOrdering,
bool);
119 itkSetMacro(ReverseOrdering,
bool);
120 itkBooleanMacro(ReverseOrdering);
153 void operator=(const Self &);
161 #ifndef ITK_MANUAL_INSTANTIATION
162 #include "itkShapeRelabelImageFilter.hxx"
ShapeRelabelImageFilter Self
InputImageType::RegionType InputImageRegionType
convert a labeled image to a label collection image
Relabels objects according to their shape attributes.
OutputImageType::PixelType OutputImagePixelType
Light weight base class for most itk classes.
ShapeLabelObject< InputImagePixelType, itkGetStaticConstMacro(ImageDimension) > LabelObjectType
void GenerateInputRequestedRegion() override
void GenerateData() override
TInputImage OutputImageType
ShapeRelabelImageFilter()
void SetAttribute(const std::string &s)
OutputImageType::Pointer OutputImagePointer
relabel objects according to their shape attributes
InputImageType::PixelType InputImagePixelType
static const unsigned int OutputImageDimension
OutputImageType::RegionType OutputImageRegionType
~ShapeRelabelImageFilter()
virtual void SetAttribute(AttributeType _arg)
void EnlargeOutputRequestedRegion(DataObject *) override
static const unsigned int ImageDimension
Superclass::AttributeType AttributeType
InputImageType::ConstPointer InputImageConstPointer
static AttributeType GetAttributeFromName(const std::string &s)
A Label object to store the common attributes related to the shape of the object. ...
Image< typename OutputImageType::PixelType, itkGetStaticConstMacro(OutputImageDimension) > ShapeLabelFilterOutput
ImageToImageFilter< TInputImage, TInputImage > Superclass
ShapeRelabelLabelMapFilter< LabelMapType > RelabelType
LabelMapToLabelImageFilter< LabelMapType, OutputImageType > BinarizerType
LabelObjectType::AttributeType AttributeType
InputImageType::Pointer InputImagePointer
Base class for filters that take an image as input and produce an image as output.
OutputImageType::ConstPointer OutputImageConstPointer
ShapeLabelMapFilter< LabelMapType, ShapeLabelFilterOutput > LabelObjectValuatorType
Control indentation during Print() invocation.
AttributeType m_Attribute
Templated n-dimensional image to store labeled objects.
OutputImagePixelType m_BackgroundValue
SmartPointer< const Self > ConstPointer
static const unsigned int InputImageDimension
LabelImageToLabelMapFilter< InputImageType, LabelMapType > LabelizerType
#define itkConceptMacro(name, concept)
SmartPointer< Self > Pointer
The valuator class for the ShapeLabelObject.
Base class for all data objects in ITK.
void PrintSelf(std::ostream &os, Indent indent) const override
TInputImage InputImageType
Templated n-dimensional image class.
LabelMap< LabelObjectType > LabelMapType
Converts a LabelMap to a labeled image.