18#ifndef itkBinaryShapeOpeningImageFilter_h
19#define itkBinaryShapeOpeningImageFilter_h
46template <
typename TInputImage>
98 itkSetMacro(FullyConnected,
bool);
99 itkGetConstReferenceMacro(FullyConnected,
bool);
100 itkBooleanMacro(FullyConnected);
126 itkGetConstMacro(Lambda,
double);
127 itkSetMacro(Lambda,
double);
136 itkGetConstMacro(ReverseOrdering,
bool);
137 itkSetMacro(ReverseOrdering,
bool);
138 itkBooleanMacro(ReverseOrdering);
184#ifndef ITK_MANUAL_INSTANTIATION
185# include "itkBinaryShapeOpeningImageFilter.hxx"
Label the connected components in a binary image and produce a collection of label objects.
~BinaryShapeOpeningImageFilter() override=default
typename OutputImageType::RegionType OutputImageRegionType
void GenerateData() override
void EnlargeOutputRequestedRegion(DataObject *output) override
TInputImage InputImageType
ShapeOpeningLabelMapFilter< LabelMapType > OpeningType
typename InputImageType::RegionType InputImageRegionType
ImageToImageFilter< TInputImage, TInputImage > Superclass
void GenerateInputRequestedRegion() override
typename OutputImageType::PixelType OutputImagePixelType
SmartPointer< Self > Pointer
typename OutputImageType::ConstPointer OutputImageConstPointer
Image< typename OutputImageType::PixelType, Self::OutputImageDimension > ShapeLabelFilterOutput
BinaryShapeOpeningImageFilter Self
TInputImage OutputImageType
BinaryImageToLabelMapFilter< InputImageType, LabelMapType > LabelizerType
void PrintSelf(std::ostream &os, Indent indent) const override
typename InputImageType::Pointer InputImagePointer
ShapeLabelObject< LabelType, Self::ImageDimension > LabelObjectType
BinaryShapeOpeningImageFilter()
AttributeType m_Attribute
virtual void SetAttribute(AttributeType _arg)
static constexpr unsigned int ImageDimension
typename OutputImageType::Pointer OutputImagePointer
LabelMapToBinaryImageFilter< LabelMapType, OutputImageType > BinarizerType
static constexpr unsigned int InputImageDimension
void SetAttribute(const std::string &s)
static constexpr unsigned int OutputImageDimension
OutputImagePixelType m_BackgroundValue
typename LabelObjectType::AttributeType AttributeType
typename InputImageType::ConstPointer InputImageConstPointer
OutputImagePixelType m_ForegroundValue
typename InputImageType::PixelType InputImagePixelType
ShapeLabelMapFilter< LabelMapType, ShapeLabelFilterOutput > LabelObjectValuatorType
SmartPointer< const Self > ConstPointer
LabelMap< LabelObjectType > LabelMapType
Base class for all data objects in ITK.
Templated n-dimensional image class.
Control indentation during Print() invocation.
Convert a LabelMap to a binary image.
Templated n-dimensional image to store labeled objects.
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....
unsigned long SizeValueType