18#ifndef itkLabelShapeOpeningImageFilter_h
19#define itkLabelShapeOpeningImageFilter_h
46template <
typename TInputImage>
105 itkGetConstMacro(Lambda,
double);
106 itkSetMacro(Lambda,
double);
115 itkGetConstMacro(ReverseOrdering,
bool);
116 itkSetMacro(ReverseOrdering,
bool);
117 itkBooleanMacro(ReverseOrdering);
162#ifndef ITK_MANUAL_INSTANTIATION
163# include "itkLabelShapeOpeningImageFilter.hxx"
Base class for all data objects in ITK.
Templated n-dimensional image class.
Control indentation during Print() invocation.
convert a labeled image to a label collection image
Converts a LabelMap to a labeled image.
Templated n-dimensional image to store labeled objects.
SmartPointer< Self > Pointer
static constexpr unsigned int ImageDimension
typename InputImageType::PixelType InputImagePixelType
void EnlargeOutputRequestedRegion(DataObject *output) override
~LabelShapeOpeningImageFilter() override=default
Image< typename OutputImageType::PixelType, Self::OutputImageDimension > ShapeLabelFilterOutput
typename LabelObjectType::AttributeType AttributeType
typename InputImageType::RegionType InputImageRegionType
LabelImageToLabelMapFilter< InputImageType, LabelMapType > LabelizerType
typename OutputImageType::RegionType OutputImageRegionType
LabelMapToLabelImageFilter< LabelMapType, OutputImageType > BinarizerType
typename InputImageType::Pointer InputImagePointer
LabelShapeOpeningImageFilter Self
AttributeType m_Attribute
typename InputImageType::ConstPointer InputImageConstPointer
LabelMap< LabelObjectType > LabelMapType
TInputImage OutputImageType
void GenerateInputRequestedRegion() override
ImageToImageFilter< TInputImage, TInputImage > Superclass
static constexpr unsigned int OutputImageDimension
TInputImage InputImageType
static constexpr unsigned int InputImageDimension
void SetAttribute(const std::string &s)
void PrintSelf(std::ostream &os, Indent indent) const override
SmartPointer< const Self > ConstPointer
typename OutputImageType::Pointer OutputImagePointer
ShapeLabelMapFilter< LabelMapType, ShapeLabelFilterOutput > LabelObjectValuatorType
typename OutputImageType::PixelType OutputImagePixelType
ShapeLabelObject< InputImagePixelType, Self::ImageDimension > LabelObjectType
void GenerateData() override
OutputImagePixelType m_BackgroundValue
typename OutputImageType::ConstPointer OutputImageConstPointer
ShapeOpeningLabelMapFilter< LabelMapType > OpeningType
LabelShapeOpeningImageFilter()
virtual void SetAttribute(AttributeType _arg)
The valuator class for the ShapeLabelObject.
A Label object to store the common attributes related to the shape of the object.
static AttributeType GetAttributeFromName(const std::string &s)
unsigned int AttributeType
Remove objects according to the value of their shape attribute.
Implements transparent reference counting.
#define itkConceptMacro(name, concept)
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes....