18#ifndef itkLabelStatisticsOpeningImageFilter_h
19#define itkLabelStatisticsOpeningImageFilter_h
45template <
typename TInputImage,
typename TFeatureImage>
108 itkGetConstMacro(Lambda,
double);
109 itkSetMacro(Lambda,
double);
118 itkGetConstMacro(ReverseOrdering,
bool);
119 itkSetMacro(ReverseOrdering,
bool);
120 itkBooleanMacro(ReverseOrdering);
141 this->
SetNthInput(1,
const_cast<TFeatureImage *
>(input));
145 const FeatureImageType *
194#ifndef ITK_MANUAL_INSTANTIATION
195# include "itkLabelStatisticsOpeningImageFilter.hxx"
Base class for all data objects in ITK.
virtual void SetInput(const InputImageType *input)
Control indentation during Print() invocation.
convert a labeled image to a label collection image
Converts a LabelMap to a labeled image.
Templated n-dimensional image to store labeled objects.
AttributeType m_Attribute
LabelStatisticsOpeningImageFilter()
TFeatureImage FeatureImageType
void EnlargeOutputRequestedRegion(DataObject *output) override
virtual void SetAttribute(AttributeType _arg)
LabelMapToLabelImageFilter< LabelMapType, OutputImageType > BinarizerType
ImageToImageFilter< TInputImage, TInputImage > Superclass
TInputImage InputImageType
typename InputImageType::PixelType InputImagePixelType
LabelImageToLabelMapFilter< InputImageType, LabelMapType > LabelizerType
typename OutputImageType::RegionType OutputImageRegionType
void SetAttribute(const std::string &s)
StatisticsLabelMapFilter< LabelMapType, TFeatureImage > LabelObjectValuatorType
typename InputImageType::RegionType InputImageRegionType
OutputImagePixelType m_BackgroundValue
typename OutputImageType::PixelType OutputImagePixelType
typename OutputImageType::Pointer OutputImagePointer
void GenerateInputRequestedRegion() override
void SetInput1(const InputImageType *input)
void PrintSelf(std::ostream &os, Indent indent) const override
void GenerateData() override
typename LabelObjectType::AttributeType AttributeType
LabelMap< LabelObjectType > LabelMapType
void SetFeatureImage(const TFeatureImage *input)
SmartPointer< Self > Pointer
static constexpr unsigned int OutputImageDimension
void SetInput2(const FeatureImageType *input)
static constexpr unsigned int ImageDimension
typename FeatureImageType::PixelType FeatureImagePixelType
~LabelStatisticsOpeningImageFilter() override=default
typename InputImageType::ConstPointer InputImageConstPointer
SmartPointer< const Self > ConstPointer
const FeatureImageType * GetFeatureImage()
typename FeatureImageType::ConstPointer FeatureImageConstPointer
typename InputImageType::Pointer InputImagePointer
typename OutputImageType::ConstPointer OutputImageConstPointer
StatisticsLabelObject< InputImagePixelType, Self::ImageDimension > LabelObjectType
LabelStatisticsOpeningImageFilter Self
typename FeatureImageType::Pointer FeatureImagePointer
static constexpr unsigned int InputImageDimension
TInputImage OutputImageType
StatisticsOpeningLabelMapFilter< LabelMapType > OpeningType
virtual void SetNthInput(DataObjectPointerArraySizeType idx, DataObject *input)
DataObject * GetInput(const DataObjectIdentifierType &key)
Return an input.
Implements transparent reference counting.
The valuator class for the StatisticsLabelObject.
A Label object to store the common attributes related to the statistics of the object.
static AttributeType GetAttributeFromName(const std::string &s)
unsigned int AttributeType
remove the objects according to the value of their statistics attribute
#define itkConceptMacro(name, concept)
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes....