18#ifndef itkLabelShapeOpeningImageFilter_h
19#define itkLabelShapeOpeningImageFilter_h
46template <
typename TInputImage>
71 static constexpr unsigned int InputImageDimension = TInputImage::ImageDimension;
72 static constexpr unsigned int OutputImageDimension = TInputImage::ImageDimension;
73 static constexpr unsigned int ImageDimension = TInputImage::ImageDimension;
90#ifdef ITK_USE_CONCEPT_CHECKING
109 itkGetConstMacro(Lambda,
double);
110 itkSetMacro(Lambda,
double);
119 itkGetConstMacro(ReverseOrdering,
bool);
120 itkSetMacro(ReverseOrdering,
bool);
121 itkBooleanMacro(ReverseOrdering);
133 this->SetAttribute(LabelObjectType::GetAttributeFromName(s));
161 bool m_ReverseOrdering{};
166#ifndef ITK_MANUAL_INSTANTIATION
167# include "itkLabelShapeOpeningImageFilter.hxx"
Base class for all data objects in ITK.
Base class for filters that take an image as input and produce an image as output.
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.
unsigned int AttributeType
remove the objects according to the value of their shape attribute
typename InputImageType::PixelType InputImagePixelType
~LabelShapeOpeningImageFilter() override=default
typename LabelObjectType::AttributeType AttributeType
typename InputImageType::RegionType InputImageRegionType
typename OutputImageType::RegionType OutputImageRegionType
typename InputImageType::Pointer InputImagePointer
typename InputImageType::ConstPointer InputImageConstPointer
TInputImage OutputImageType
void GenerateInputRequestedRegion() override
TInputImage InputImageType
void EnlargeOutputRequestedRegion(DataObject *) override
void SetAttribute(const std::string &s)
void PrintSelf(std::ostream &os, Indent indent) const override
typename OutputImageType::Pointer OutputImagePointer
typename OutputImageType::PixelType OutputImagePixelType
void GenerateData() override
typename OutputImageType::ConstPointer OutputImageConstPointer
LabelShapeOpeningImageFilter()
Light weight base class for most itk classes.
The valuator class for the ShapeLabelObject.
A Label object to store the common attributes related to the shape of the object.
Remove objects according to the value of their shape attribute.
SmartPointer< const Self > ConstPointer
SmartPointer< Self > Pointer
#define itkConceptMacro(name, concept)
ImageBaseType::RegionType RegionType
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes....