18 #ifndef itkBinaryShapeOpeningImageFilter_h
19 #define itkBinaryShapeOpeningImageFilter_h
46 template<
typename TInputImage >
72 itkStaticConstMacro(
ImageDimension,
unsigned int, TInputImage::ImageDimension);
99 itkSetMacro(FullyConnected,
bool);
100 itkGetConstReferenceMacro(FullyConnected,
bool);
101 itkBooleanMacro(FullyConnected);
104 #ifdef ITK_USE_CONCEPT_CHECKING
134 itkGetConstMacro(Lambda,
double);
135 itkSetMacro(Lambda,
double);
144 itkGetConstMacro(ReverseOrdering,
bool);
145 itkSetMacro(ReverseOrdering,
bool);
146 itkBooleanMacro(ReverseOrdering);
179 void operator=(const Self &);
190 #ifndef ITK_MANUAL_INSTANTIATION
191 #include "itkBinaryShapeOpeningImageFilter.hxx"
void SetAttribute(const std::string &s)
SmartPointer< const Self > ConstPointer
Light weight base class for most itk classes.
BinaryShapeOpeningImageFilter()
LabelMapToBinaryImageFilter< LabelMapType, OutputImageType > BinarizerType
LabelMap< LabelObjectType > LabelMapType
InputImageType::RegionType InputImageRegionType
OutputImagePixelType m_BackgroundValue
AttributeType m_Attribute
static const unsigned int ImageDimension
static const unsigned int InputImageDimension
void PrintSelf(std::ostream &os, Indent indent) const override
OutputImagePixelType m_ForegroundValue
virtual void SetAttribute(AttributeType _arg)
ShapeLabelMapFilter< LabelMapType, ShapeLabelFilterOutput > LabelObjectValuatorType
~BinaryShapeOpeningImageFilter()
unsigned long SizeValueType
ImageToImageFilter< TInputImage, TInputImage > Superclass
static const unsigned int OutputImageDimension
void GenerateInputRequestedRegion() override
OutputImageType::ConstPointer OutputImageConstPointer
SmartPointer< Self > Pointer
OutputImageType::Pointer OutputImagePointer
TInputImage OutputImageType
Remove objects based on the value of their shape attribute.
Remove objects according to the value of their shape attribute.
BinaryShapeOpeningImageFilter Self
Image< typename OutputImageType::PixelType, itkGetStaticConstMacro(OutputImageDimension) > ShapeLabelFilterOutput
Superclass::AttributeType AttributeType
InputImageType::ConstPointer InputImageConstPointer
static AttributeType GetAttributeFromName(const std::string &s)
BinaryImageToLabelMapFilter< InputImageType, LabelMapType > LabelizerType
A Label object to store the common attributes related to the shape of the object. ...
ShapeLabelObject< LabelType, itkGetStaticConstMacro(ImageDimension) > LabelObjectType
ShapeOpeningLabelMapFilter< LabelMapType > OpeningType
OutputImageType::RegionType OutputImageRegionType
Label the connected components in a binary image and produce a collection of label objects...
Base class for filters that take an image as input and produce an image as output.
Control indentation during Print() invocation.
InputImageType::PixelType InputImagePixelType
Templated n-dimensional image to store labeled objects.
OutputImageType::PixelType OutputImagePixelType
InputImageType::Pointer InputImagePointer
#define itkConceptMacro(name, concept)
TInputImage InputImageType
LabelObjectType::AttributeType AttributeType
The valuator class for the ShapeLabelObject.
void GenerateData() override
Base class for all data objects in ITK.
Templated n-dimensional image class.
Convert a LabelMap to a binary image.
void EnlargeOutputRequestedRegion(DataObject *) override