18 #ifndef itkLabelShapeOpeningImageFilter_h
19 #define itkLabelShapeOpeningImageFilter_h
46 template<
typename TInputImage >
71 TInputImage::ImageDimension);
73 TInputImage::ImageDimension);
75 TInputImage::ImageDimension);
95 #ifdef ITK_USE_CONCEPT_CHECKING
117 itkGetConstMacro(Lambda,
double);
118 itkSetMacro(Lambda,
double);
127 itkGetConstMacro(ReverseOrdering,
bool);
128 itkSetMacro(ReverseOrdering,
bool);
129 itkBooleanMacro(ReverseOrdering);
163 void operator=(const Self &);
172 #ifndef ITK_MANUAL_INSTANTIATION
173 #include "itkLabelShapeOpeningImageFilter.hxx"
TInputImage OutputImageType
ShapeOpeningLabelMapFilter< LabelMapType > OpeningType
InputImageType::Pointer InputImagePointer
InputImageType::ConstPointer InputImageConstPointer
convert a labeled image to a label collection image
OutputImagePixelType m_BackgroundValue
OutputImageType::Pointer OutputImagePointer
void GenerateInputRequestedRegion() override
Light weight base class for most itk classes.
static const unsigned int ImageDimension
static const unsigned int OutputImageDimension
~LabelShapeOpeningImageFilter()
TInputImage InputImageType
SmartPointer< Self > Pointer
SmartPointer< const Self > ConstPointer
LabelShapeOpeningImageFilter Self
void GenerateData() override
Remove objects according to the value of their shape attribute.
ShapeLabelMapFilter< LabelMapType, ShapeLabelFilterOutput > LabelObjectValuatorType
Superclass::AttributeType AttributeType
OutputImageType::PixelType OutputImagePixelType
AttributeType m_Attribute
static AttributeType GetAttributeFromName(const std::string &s)
LabelImageToLabelMapFilter< InputImageType, LabelMapType > LabelizerType
A Label object to store the common attributes related to the shape of the object. ...
static const unsigned int InputImageDimension
void EnlargeOutputRequestedRegion(DataObject *) override
Image< typename OutputImageType::PixelType, itkGetStaticConstMacro(OutputImageDimension) > ShapeLabelFilterOutput
OutputImageType::ConstPointer OutputImageConstPointer
ImageToImageFilter< TInputImage, TInputImage > Superclass
LabelObjectType::AttributeType AttributeType
LabelShapeOpeningImageFilter()
void SetAttribute(const std::string &s)
Base class for filters that take an image as input and produce an image as output.
InputImageType::PixelType InputImagePixelType
Control indentation during Print() invocation.
virtual void SetAttribute(AttributeType _arg)
Templated n-dimensional image to store labeled objects.
InputImageType::RegionType InputImageRegionType
LabelMap< LabelObjectType > LabelMapType
#define itkConceptMacro(name, concept)
void PrintSelf(std::ostream &os, Indent indent) const override
ShapeLabelObject< InputImagePixelType, itkGetStaticConstMacro(ImageDimension) > LabelObjectType
OutputImageType::RegionType OutputImageRegionType
The valuator class for the ShapeLabelObject.
Base class for all data objects in ITK.
Templated n-dimensional image class.
Converts a LabelMap to a labeled image.
remove the objects according to the value of their shape attribute
LabelMapToLabelImageFilter< LabelMapType, OutputImageType > BinarizerType