18 #ifndef itkLabelStatisticsOpeningImageFilter_h
19 #define itkLabelStatisticsOpeningImageFilter_h
45 template<
typename TInputImage,
typename TFeatureImage >
75 TInputImage::ImageDimension);
77 TInputImage::ImageDimension);
79 TInputImage::ImageDimension);
97 #ifdef ITK_USE_CONCEPT_CHECKING
119 itkGetConstMacro(Lambda,
double);
120 itkSetMacro(Lambda,
double);
129 itkGetConstMacro(ReverseOrdering,
bool);
130 itkSetMacro(ReverseOrdering,
bool);
131 itkBooleanMacro(ReverseOrdering);
150 this->
SetNthInput( 1, const_cast< TFeatureImage * >( input ) );
190 void operator=(const Self &);
199 #ifndef ITK_MANUAL_INSTANTIATION
200 #include "itkLabelStatisticsOpeningImageFilter.hxx"
static const unsigned int ImageDimension
convert a labeled image to a label collection image
Light weight base class for most itk classes.
TInputImage InputImageType
Superclass::AttributeType AttributeType
FeatureImageType::Pointer FeatureImagePointer
void SetAttribute(const std::string &s)
void GenerateInputRequestedRegion() override
LabelStatisticsOpeningImageFilter()
void PrintSelf(std::ostream &os, Indent indent) const override
FeatureImageType::PixelType FeatureImagePixelType
void SetInput2(const FeatureImageType *input)
LabelMapToLabelImageFilter< LabelMapType, OutputImageType > BinarizerType
static const unsigned int OutputImageDimension
void GenerateData() override
InputImageType::ConstPointer InputImageConstPointer
remove the objects according to the value of their statistics attribute
FeatureImageType::ConstPointer FeatureImageConstPointer
ImageToImageFilter< TInputImage, TInputImage > Superclass
static AttributeType GetAttributeFromName(const std::string &s)
InputImageType::PixelType InputImagePixelType
A Label object to store the common attributes related to the statistics of the object.
~LabelStatisticsOpeningImageFilter()
static const unsigned int InputImageDimension
virtual void SetInput(const InputImageType *image)
LabelObjectType::AttributeType AttributeType
void EnlargeOutputRequestedRegion(DataObject *) override
void SetInput1(const InputImageType *input)
SmartPointer< Self > Pointer
virtual void SetAttribute(AttributeType _arg)
LabelStatisticsOpeningImageFilter Self
StatisticsLabelObject< InputImagePixelType, itkGetStaticConstMacro(ImageDimension) > LabelObjectType
LabelImageToLabelMapFilter< InputImageType, LabelMapType > LabelizerType
OutputImageType::Pointer OutputImagePointer
SmartPointer< const Self > ConstPointer
StatisticsOpeningLabelMapFilter< LabelMapType > OpeningType
AttributeType m_Attribute
DataObject * GetInput(const DataObjectIdentifierType &key)
Return an input.
TFeatureImage FeatureImageType
InputImageType::Pointer InputImagePointer
InputImageType::RegionType InputImageRegionType
const FeatureImageType * GetFeatureImage()
OutputImagePixelType m_BackgroundValue
Base class for filters that take an image as input and produce an image as output.
Control indentation during Print() invocation.
void SetFeatureImage(const TFeatureImage *input)
TInputImage OutputImageType
Templated n-dimensional image to store labeled objects.
LabelMap< LabelObjectType > LabelMapType
virtual void SetNthInput(DataObjectPointerArraySizeType num, DataObject *input)
The valuator class for the ShapeLabelObject.
#define itkConceptMacro(name, concept)
OutputImageType::RegionType OutputImageRegionType
StatisticsLabelMapFilter< LabelMapType, TFeatureImage > LabelObjectValuatorType
remove the objects according to the value of their statistics attribute
Base class for all data objects in ITK.
OutputImageType::ConstPointer OutputImageConstPointer
Converts a LabelMap to a labeled image.
OutputImageType::PixelType OutputImagePixelType