18 #ifndef itkLabelShapeOpeningImageFilter_h
19 #define itkLabelShapeOpeningImageFilter_h
46 template<
typename TInputImage >
70 itkStaticConstMacro(InputImageDimension,
unsigned int,
71 TInputImage::ImageDimension);
72 itkStaticConstMacro(OutputImageDimension,
unsigned int,
73 TInputImage::ImageDimension);
74 itkStaticConstMacro(ImageDimension,
unsigned int,
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);
140 this->SetAttribute( LabelObjectType::GetAttributeFromName(s) );
147 void PrintSelf(std::ostream & os,
Indent indent)
const ITK_OVERRIDE;
152 void GenerateInputRequestedRegion() ITK_OVERRIDE;
155 void EnlargeOutputRequestedRegion(
DataObject *itkNotUsed(output) ) ITK_OVERRIDE;
159 void GenerateData() ITK_OVERRIDE;
166 bool m_ReverseOrdering;
171 #ifndef ITK_MANUAL_INSTANTIATION
172 #include "itkLabelShapeOpeningImageFilter.hxx"
TInputImage OutputImageType
ShapeOpeningLabelMapFilter< LabelMapType > OpeningType
InputImageType::Pointer InputImagePointer
InputImageType::ConstPointer InputImageConstPointer
convert a labeled image to a label collection image
OutputImageType::Pointer OutputImagePointer
Light weight base class for most itk classes.
TInputImage InputImageType
SmartPointer< Self > Pointer
SmartPointer< const Self > ConstPointer
LabelShapeOpeningImageFilter Self
Remove objects according to the value of their shape attribute.
ShapeLabelMapFilter< LabelMapType, ShapeLabelFilterOutput > LabelObjectValuatorType
Superclass::AttributeType AttributeType
OutputImageType::PixelType OutputImagePixelType
LabelImageToLabelMapFilter< InputImageType, LabelMapType > LabelizerType
A Label object to store the common attributes related to the shape of the object. ...
Image< typename OutputImageType::PixelType, itkGetStaticConstMacro(OutputImageDimension) > ShapeLabelFilterOutput
~LabelShapeOpeningImageFilter() override
OutputImageType::ConstPointer OutputImageConstPointer
ImageToImageFilter< TInputImage, TInputImage > Superclass
LabelObjectType::AttributeType AttributeType
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.
Templated n-dimensional image to store labeled objects.
InputImageType::RegionType InputImageRegionType
LabelMap< LabelObjectType > LabelMapType
#define itkConceptMacro(name, concept)
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