ITK  4.6.0
Insight Segmentation and Registration Toolkit
Public Types | Public Member Functions | Static Public Member Functions | Static Public Attributes | List of all members
itk::StatisticsLabelObject< TLabel, VImageDimension > Class Template Reference

#include <itkStatisticsLabelObject.h>

+ Inheritance diagram for itk::StatisticsLabelObject< TLabel, VImageDimension >:
+ Collaboration diagram for itk::StatisticsLabelObject< TLabel, VImageDimension >:

Detailed Description

template<typename TLabel, unsigned int VImageDimension>
class itk::StatisticsLabelObject< TLabel, VImageDimension >

A Label object to store the common attributes related to the statistics of the object.

StatisticsLabelObject stores the common attributes related to the statistics of the object

Author
Gaetan Lehmann. Biologie du Developpement et de la Reproduction, INRA de Jouy-en-Josas, France.

This implementation was taken from the Insight Journal paper: http://hdl.handle.net/1926/584 or http://www.insight-journal.org/browse/publication/176

Definition at line 41 of file itkStatisticsLabelObject.h.

Public Types

typedef
AffineTransformType::Pointer 
AffineTransformPointer
 
typedef AffineTransform
< double,
itkGetStaticConstMacro(ImageDimension) > 
AffineTransformType
 
typedef Superclass::AttributeType AttributeType
 
typedef Superclass::CentroidType CentroidType
 
typedef SmartPointer< const SelfConstPointer
 
typedef WeakPointer< const SelfConstWeakPointer
 
typedef Statistics::Histogram
< double > 
HistogramType
 
typedef Superclass::IndexType IndexType
 
typedef LabelMap< SelfLabelMapType
 
typedef Superclass::LabelObjectType LabelObjectType
 
typedef TLabel LabelType
 
typedef Superclass::LengthType LengthType
 
typedef Superclass::LineType LineType
 
typedef Matrix< double,
itkGetStaticConstMacro(ImageDimension),
itkGetStaticConstMacro(ImageDimension) > 
MatrixType
 
typedef SmartPointer< SelfPointer
 
typedef Point< double,
itkGetStaticConstMacro(ImageDimension) > 
PointType
 
typedef ImageRegion
< itkGetStaticConstMacro(ImageDimension) > 
RegionType
 
typedef StatisticsLabelObject Self
 
typedef ShapeLabelObject
< TLabel, VImageDimension > 
Superclass
 
typedef Vector< double,
itkGetStaticConstMacro(ImageDimension) > 
VectorType
 
- Public Types inherited from itk::ShapeLabelObject< TLabel, VImageDimension >
typedef
AffineTransformType::Pointer 
AffineTransformPointer
 
typedef AffineTransform
< double, VImageDimension > 
AffineTransformType
 
typedef Superclass::AttributeType AttributeType
 
typedef Point< double,
VImageDimension > 
CentroidType
 
typedef SmartPointer< const SelfConstPointer
 
typedef WeakPointer< const SelfConstWeakPointer
 
typedef Superclass::IndexType IndexType
 
typedef LabelMap< SelfLabelMapType
 
typedef Superclass::LabelObjectType LabelObjectType
 
typedef TLabel LabelType
 
typedef Superclass::LengthType LengthType
 
typedef Superclass::LineType LineType
 
typedef Matrix< double,
VImageDimension,
VImageDimension > 
MatrixType
 
typedef SmartPointer< SelfPointer
 
typedef ImageRegion
< VImageDimension > 
RegionType
 
typedef ShapeLabelObject Self
 
typedef LabelObject< TLabel,
VImageDimension > 
Superclass
 
typedef Vector< double,
VImageDimension > 
VectorType
 
- Public Types inherited from itk::LabelObject< TLabel, VImageDimension >
typedef unsigned int AttributeType
 
typedef SmartPointer< const SelfConstPointer
 
typedef WeakPointer< const SelfConstWeakPointer
 
typedef Index< VImageDimension > IndexType
 
typedef Self LabelObjectType
 
typedef TLabel LabelType
 
typedef LineType::LengthType LengthType
 
typedef LabelObjectLine
< VImageDimension > 
LineType
 
typedef Offset< VImageDimension > OffsetType
 
typedef SmartPointer< SelfPointer
 
typedef LabelObject Self
 
typedef itk::SizeValueType SizeValueType
 
typedef LightObject Superclass
 
- Public Types inherited from itk::LightObject
typedef SmartPointer< const SelfConstPointer
 
typedef SmartPointer< SelfPointer
 
typedef LightObject Self
 

Public Member Functions

virtual void CopyAttributesFrom (const LabelObjectType *lo)
 
virtual ::itk::LightObject::Pointer CreateAnother (void) const
 
const PointTypeGetCenterOfGravity () const
 
const HistogramTypeGetHistogram () const
 
const double & GetKurtosis () const
 
const double & GetMaximum () const
 
const IndexTypeGetMaximumIndex () const
 
const double & GetMean () const
 
const double & GetMedian () const
 
const double & GetMinimum () const
 
const IndexTypeGetMinimumIndex () const
 
virtual const char * GetNameOfClass () const
 
const double & GetSkewness () const
 
const double & GetStandardDeviation () const
 
const double & GetSum () const
 
const double & GetVariance () const
 
const double & GetWeightedElongation () const
 
const double & GetWeightedFlatness () const
 
const MatrixTypeGetWeightedPrincipalAxes () const
 
const VectorTypeGetWeightedPrincipalMoments () const
 
void SetCenterOfGravity (const PointType &v)
 
void SetHistogram (const HistogramType *v)
 
void SetKurtosis (const double &v)
 
void SetMaximum (const double &v)
 
void SetMaximumIndex (const IndexType &v)
 
void SetMean (const double &v)
 
void SetMedian (const double &v)
 
void SetMinimum (const double &v)
 
void SetMinimumIndex (const IndexType &v)
 
void SetSkewness (const double &v)
 
void SetStandardDeviation (const double &v)
 
void SetSum (const double &v)
 
void SetVariance (const double &v)
 
void SetWeightedElongation (const double &v)
 
void SetWeightedFlatness (const double &v)
 
void SetWeightedPrincipalAxes (const MatrixType &v)
 
void SetWeightedPrincipalMoments (const VectorType &v)
 
- Public Member Functions inherited from itk::ShapeLabelObject< TLabel, VImageDimension >
const RegionTypeGetBoundingBox () const
 
const CentroidTypeGetCentroid () const
 
const double & GetElongation () const
 
const VectorTypeGetEquivalentEllipsoidDiameter () const
 
const double & GetEquivalentSphericalPerimeter () const
 
const double & GetEquivalentSphericalRadius () const
 
const double & GetFeretDiameter () const
 
const double & GetFlatness () const
 
const SizeValueTypeGetNumberOfPixels () const
 
const SizeValueTypeGetNumberOfPixelsOnBorder () const
 
const double & GetPerimeter () const
 
const double & GetPerimeterOnBorder () const
 
const double & GetPerimeterOnBorderRatio () const
 
const double & GetPhysicalSize () const
 
const MatrixTypeGetPrincipalAxes () const
 
const VectorTypeGetPrincipalMoments () const
 
const double & GetRoundness () const
 
void SetBoundingBox (const RegionType &v)
 
void SetCentroid (const CentroidType &centroid)
 
void SetElongation (const double &v)
 
void SetEquivalentEllipsoidDiameter (const VectorType &v)
 
void SetEquivalentSphericalPerimeter (const double &v)
 
void SetEquivalentSphericalRadius (const double &v)
 
void SetFeretDiameter (const double &v)
 
void SetFlatness (const double &v)
 
void SetNumberOfPixels (const SizeValueType &v)
 
void SetNumberOfPixelsOnBorder (const SizeValueType &v)
 
void SetPerimeter (const double &v)
 
void SetPerimeterOnBorder (const double &v)
 
void SetPerimeterOnBorderRatio (const double &v)
 
void SetPhysicalSize (const double &v)
 
void SetPrincipalAxes (const MatrixType &v)
 
void SetPrincipalMoments (const VectorType &v)
 
void SetRoundness (const double &v)
 
AffineTransformPointer GetPrincipalAxesToPhysicalAxesTransform () const
 
AffineTransformPointer GetPhysicalAxesToPrincipalAxesTransform (void) const
 
- Public Member Functions inherited from itk::LabelObject< TLabel, VImageDimension >
void AddIndex (const IndexType &idx)
 
void AddLine (const IndexType &idx, const LengthType &length)
 
void AddLine (const LineType &line)
 
void Clear ()
 
void CopyAllFrom (const Self *src)
 
bool Empty () const
 
IndexType GetIndex (SizeValueType i) const
 
const LabelTypeGetLabel () const
 
const LineTypeGetLine (SizeValueType i) const
 
LineTypeGetLine (SizeValueType i)
 
SizeValueType GetNumberOfLines () const
 
bool HasIndex (const IndexType &idx) const
 
void Optimize ()
 
bool RemoveIndex (const IndexType &idx)
 
void SetLabel (const LabelType &label)
 
void Shift (OffsetType offset)
 
SizeValueType Size () const
 
- Public Member Functions inherited from itk::LightObject
virtual void Delete ()
 
virtual int GetReferenceCount () const
 
 itkCloneMacro (Self)
 
void Print (std::ostream &os, Indent indent=0) const
 
virtual void Register () const
 
virtual void SetReferenceCount (int)
 
virtual void UnRegister () const
 

Static Public Member Functions

static AttributeType GetAttributeFromName (const std::string &s)
 
static std::string GetNameFromAttribute (const AttributeType &a)
 
static Pointer New ()
 
- Static Public Member Functions inherited from itk::ShapeLabelObject< TLabel, VImageDimension >
static AttributeType GetAttributeFromName (const std::string &s)
 
static std::string GetNameFromAttribute (const AttributeType &a)
 
static Pointer New ()
 
- Static Public Member Functions inherited from itk::LabelObject< TLabel, VImageDimension >
static AttributeType GetAttributeFromName (const std::string &s)
 
static std::string GetNameFromAttribute (const AttributeType &a)
 
static Pointer New ()
 
- Static Public Member Functions inherited from itk::LightObject
static void BreakOnError ()
 
static Pointer New ()
 

Static Public Attributes

static const AttributeType CENTER_OF_GRAVITY = 209
 
static const AttributeType HISTOGRAM = 216
 
static const unsigned int ImageDimension = VImageDimension
 
static const AttributeType KURTOSIS = 213
 
static const AttributeType MAXIMUM = 201
 
static const AttributeType MAXIMUM_INDEX = 207
 
static const AttributeType MEAN = 202
 
static const AttributeType MEDIAN = 206
 
static const AttributeType MINIMUM = 200
 
static const AttributeType MINIMUM_INDEX = 208
 
static const AttributeType SKEWNESS = 214
 
static const AttributeType STANDARD_DEVIATION = 204
 
static const AttributeType SUM = 203
 
static const AttributeType VARIANCE = 205
 
static const AttributeType WEIGHTED_ELONGATION = 215
 
static const AttributeType WEIGHTED_FLATNESS = 217
 
static const AttributeType WEIGHTED_PRINCIPAL_AXES = 212
 
static const AttributeType WEIGHTED_PRINCIPAL_MOMENTS = 211
 
- Static Public Attributes inherited from itk::ShapeLabelObject< TLabel, VImageDimension >
static const AttributeType BOUNDING_BOX = 105
 
static const AttributeType CENTROID = 104
 
static const AttributeType ELONGATION = 111
 
static const AttributeType EQUIVALENT_ELLIPSOID_DIAMETER = 116
 
static const AttributeType EQUIVALENT_SPHERICAL_PERIMETER = 115
 
static const AttributeType EQUIVALENT_SPHERICAL_RADIUS = 114
 
static const AttributeType FERET_DIAMETER = 108
 
static const AttributeType FLATNESS = 117
 
static const unsigned int ImageDimension = VImageDimension
 
static const AttributeType NUMBER_OF_PIXELS = 100
 
static const AttributeType NUMBER_OF_PIXELS_ON_BORDER = 106
 
static const AttributeType PERIMETER = 112
 
static const AttributeType PERIMETER_ON_BORDER = 107
 
static const AttributeType PERIMETER_ON_BORDER_RATIO = 118
 
static const AttributeType PHYSICAL_SIZE = 101
 
static const AttributeType PRINCIPAL_AXES = 110
 
static const AttributeType PRINCIPAL_MOMENTS = 109
 
static const AttributeType ROUNDNESS = 113
 
- Static Public Attributes inherited from itk::LabelObject< TLabel, VImageDimension >
static const unsigned int ImageDimension = VImageDimension
 
static const AttributeType LABEL = 0
 
double m_Minimum
 
double m_Maximum
 
double m_Mean
 
double m_Sum
 
double m_StandardDeviation
 
double m_Variance
 
double m_Median
 
IndexType m_MaximumIndex
 
IndexType m_MinimumIndex
 
PointType m_CenterOfGravity
 
VectorType m_WeightedPrincipalMoments
 
MatrixType m_WeightedPrincipalAxes
 
double m_Skewness
 
double m_Kurtosis
 
double m_WeightedElongation
 
HistogramType::ConstPointer m_Histogram
 
double m_WeightedFlatness
 
AffineTransformPointer GetWeightedPrincipalAxesToPhysicalAxesTransform () const
 
AffineTransformPointer GetPhysicalAxesToWeightedPrincipalAxesTransform (void) const
 
 StatisticsLabelObject ()
 
void PrintSelf (std::ostream &os, Indent indent) const
 
 StatisticsLabelObject (const Self &)
 
void operator= (const Self &)
 

Additional Inherited Members

- Protected Types inherited from itk::LightObject
typedef int InternalReferenceCountType
 
- Protected Member Functions inherited from itk::ShapeLabelObject< TLabel, VImageDimension >
 ShapeLabelObject ()
 
- Protected Member Functions inherited from itk::LabelObject< TLabel, VImageDimension >
 LabelObject ()
 
- Protected Member Functions inherited from itk::LightObject
virtual LightObject::Pointer InternalClone () const
 
 LightObject ()
 
virtual void PrintHeader (std::ostream &os, Indent indent) const
 
virtual void PrintTrailer (std::ostream &os, Indent indent) const
 
virtual ~LightObject ()
 
- Protected Attributes inherited from itk::LightObject
InternalReferenceCountType m_ReferenceCount
 
SimpleFastMutexLock m_ReferenceCountLock
 

Member Typedef Documentation

template<typename TLabel , unsigned int VImageDimension>
typedef AffineTransformType::Pointer itk::StatisticsLabelObject< TLabel, VImageDimension >::AffineTransformPointer

Definition at line 459 of file itkStatisticsLabelObject.h.

template<typename TLabel , unsigned int VImageDimension>
typedef AffineTransform< double, itkGetStaticConstMacro(ImageDimension) > itk::StatisticsLabelObject< TLabel, VImageDimension >::AffineTransformType

Affine transform for mapping to and from principal axis

Definition at line 458 of file itkStatisticsLabelObject.h.

template<typename TLabel , unsigned int VImageDimension>
typedef Superclass::AttributeType itk::StatisticsLabelObject< TLabel, VImageDimension >::AttributeType

Definition at line 78 of file itkStatisticsLabelObject.h.

template<typename TLabel , unsigned int VImageDimension>
typedef Superclass::CentroidType itk::StatisticsLabelObject< TLabel, VImageDimension >::CentroidType

Definition at line 243 of file itkStatisticsLabelObject.h.

template<typename TLabel , unsigned int VImageDimension>
typedef SmartPointer< const Self > itk::StatisticsLabelObject< TLabel, VImageDimension >::ConstPointer

Definition at line 49 of file itkStatisticsLabelObject.h.

template<typename TLabel , unsigned int VImageDimension>
typedef WeakPointer< const Self > itk::StatisticsLabelObject< TLabel, VImageDimension >::ConstWeakPointer

Definition at line 50 of file itkStatisticsLabelObject.h.

template<typename TLabel , unsigned int VImageDimension>
typedef Statistics::Histogram< double > itk::StatisticsLabelObject< TLabel, VImageDimension >::HistogramType

Definition at line 76 of file itkStatisticsLabelObject.h.

template<typename TLabel , unsigned int VImageDimension>
typedef Superclass::IndexType itk::StatisticsLabelObject< TLabel, VImageDimension >::IndexType

Definition at line 62 of file itkStatisticsLabelObject.h.

template<typename TLabel , unsigned int VImageDimension>
typedef LabelMap< Self > itk::StatisticsLabelObject< TLabel, VImageDimension >::LabelMapType

Definition at line 56 of file itkStatisticsLabelObject.h.

template<typename TLabel , unsigned int VImageDimension>
typedef Superclass::LabelObjectType itk::StatisticsLabelObject< TLabel, VImageDimension >::LabelObjectType

Definition at line 47 of file itkStatisticsLabelObject.h.

template<typename TLabel , unsigned int VImageDimension>
typedef TLabel itk::StatisticsLabelObject< TLabel, VImageDimension >::LabelType

Definition at line 66 of file itkStatisticsLabelObject.h.

template<typename TLabel , unsigned int VImageDimension>
typedef Superclass::LengthType itk::StatisticsLabelObject< TLabel, VImageDimension >::LengthType

Definition at line 70 of file itkStatisticsLabelObject.h.

template<typename TLabel , unsigned int VImageDimension>
typedef Superclass::LineType itk::StatisticsLabelObject< TLabel, VImageDimension >::LineType

Definition at line 68 of file itkStatisticsLabelObject.h.

template<typename TLabel , unsigned int VImageDimension>
typedef Matrix< double, itkGetStaticConstMacro(ImageDimension), itkGetStaticConstMacro(ImageDimension) > itk::StatisticsLabelObject< TLabel, VImageDimension >::MatrixType

Definition at line 72 of file itkStatisticsLabelObject.h.

template<typename TLabel , unsigned int VImageDimension>
typedef SmartPointer< Self > itk::StatisticsLabelObject< TLabel, VImageDimension >::Pointer

Definition at line 48 of file itkStatisticsLabelObject.h.

template<typename TLabel , unsigned int VImageDimension>
typedef Point< double, itkGetStaticConstMacro(ImageDimension) > itk::StatisticsLabelObject< TLabel, VImageDimension >::PointType

Definition at line 64 of file itkStatisticsLabelObject.h.

template<typename TLabel , unsigned int VImageDimension>
typedef ImageRegion< itkGetStaticConstMacro(ImageDimension) > itk::StatisticsLabelObject< TLabel, VImageDimension >::RegionType

Definition at line 241 of file itkStatisticsLabelObject.h.

template<typename TLabel , unsigned int VImageDimension>
typedef StatisticsLabelObject itk::StatisticsLabelObject< TLabel, VImageDimension >::Self

Standard class typedefs

Definition at line 45 of file itkStatisticsLabelObject.h.

template<typename TLabel , unsigned int VImageDimension>
typedef ShapeLabelObject< TLabel, VImageDimension > itk::StatisticsLabelObject< TLabel, VImageDimension >::Superclass

Definition at line 46 of file itkStatisticsLabelObject.h.

template<typename TLabel , unsigned int VImageDimension>
typedef Vector< double, itkGetStaticConstMacro(ImageDimension) > itk::StatisticsLabelObject< TLabel, VImageDimension >::VectorType

Definition at line 74 of file itkStatisticsLabelObject.h.

Constructor & Destructor Documentation

template<typename TLabel , unsigned int VImageDimension>
itk::StatisticsLabelObject< TLabel, VImageDimension >::StatisticsLabelObject ( )
inlineprotected

Get the affine transform from principal axes to physical axes This method returns an affine transform which transforms from the principal axes coordinate system to physical coordinates.

Definition at line 515 of file itkStatisticsLabelObject.h.

References itk::Matrix< T, NRows, NColumns >::Fill(), itk::FixedArray< TValue, VLength >::Fill(), itk::Index< VIndexDimension >::Fill(), itk::StatisticsLabelObject< TLabel, VImageDimension >::m_CenterOfGravity, itk::StatisticsLabelObject< TLabel, VImageDimension >::m_Histogram, itk::StatisticsLabelObject< TLabel, VImageDimension >::m_Kurtosis, itk::StatisticsLabelObject< TLabel, VImageDimension >::m_Maximum, itk::StatisticsLabelObject< TLabel, VImageDimension >::m_MaximumIndex, itk::StatisticsLabelObject< TLabel, VImageDimension >::m_Mean, itk::StatisticsLabelObject< TLabel, VImageDimension >::m_Median, itk::StatisticsLabelObject< TLabel, VImageDimension >::m_Minimum, itk::StatisticsLabelObject< TLabel, VImageDimension >::m_MinimumIndex, itk::StatisticsLabelObject< TLabel, VImageDimension >::m_Skewness, itk::StatisticsLabelObject< TLabel, VImageDimension >::m_StandardDeviation, itk::StatisticsLabelObject< TLabel, VImageDimension >::m_Sum, itk::StatisticsLabelObject< TLabel, VImageDimension >::m_Variance, itk::StatisticsLabelObject< TLabel, VImageDimension >::m_WeightedElongation, itk::StatisticsLabelObject< TLabel, VImageDimension >::m_WeightedFlatness, itk::StatisticsLabelObject< TLabel, VImageDimension >::m_WeightedPrincipalAxes, and itk::StatisticsLabelObject< TLabel, VImageDimension >::m_WeightedPrincipalMoments.

template<typename TLabel , unsigned int VImageDimension>
itk::StatisticsLabelObject< TLabel, VImageDimension >::StatisticsLabelObject ( const Self )
private

Get the affine transform from principal axes to physical axes This method returns an affine transform which transforms from the principal axes coordinate system to physical coordinates.

Member Function Documentation

template<typename TLabel , unsigned int VImageDimension>
virtual void itk::StatisticsLabelObject< TLabel, VImageDimension >::CopyAttributesFrom ( const LabelObjectType lo)
inlinevirtual

Get the affine transform from principal axes to physical axes This method returns an affine transform which transforms from the principal axes coordinate system to physical coordinates.

Reimplemented from itk::ShapeLabelObject< TLabel, VImageDimension >.

Definition at line 245 of file itkStatisticsLabelObject.h.

References itk::ShapeLabelObject< TLabel, VImageDimension >::CopyAttributesFrom(), itk::StatisticsLabelObject< TLabel, VImageDimension >::m_CenterOfGravity, itk::StatisticsLabelObject< TLabel, VImageDimension >::m_Histogram, itk::StatisticsLabelObject< TLabel, VImageDimension >::m_Kurtosis, itk::StatisticsLabelObject< TLabel, VImageDimension >::m_Maximum, itk::StatisticsLabelObject< TLabel, VImageDimension >::m_MaximumIndex, itk::StatisticsLabelObject< TLabel, VImageDimension >::m_Mean, itk::StatisticsLabelObject< TLabel, VImageDimension >::m_Median, itk::StatisticsLabelObject< TLabel, VImageDimension >::m_Minimum, itk::StatisticsLabelObject< TLabel, VImageDimension >::m_MinimumIndex, itk::StatisticsLabelObject< TLabel, VImageDimension >::m_Skewness, itk::StatisticsLabelObject< TLabel, VImageDimension >::m_StandardDeviation, itk::StatisticsLabelObject< TLabel, VImageDimension >::m_Sum, itk::StatisticsLabelObject< TLabel, VImageDimension >::m_Variance, itk::StatisticsLabelObject< TLabel, VImageDimension >::m_WeightedElongation, itk::StatisticsLabelObject< TLabel, VImageDimension >::m_WeightedFlatness, itk::StatisticsLabelObject< TLabel, VImageDimension >::m_WeightedPrincipalAxes, and itk::StatisticsLabelObject< TLabel, VImageDimension >::m_WeightedPrincipalMoments.

template<typename TLabel , unsigned int VImageDimension>
virtual::itk::LightObject::Pointer itk::StatisticsLabelObject< TLabel, VImageDimension >::CreateAnother ( void  ) const
virtual

Create an object from an instance, potentially deferring to a factory. This method allows you to create an instance of an object that is exactly the same type as the referring object. This is useful in cases where an object has been cast back to a base class.

Reimplemented from itk::ShapeLabelObject< TLabel, VImageDimension >.

template<typename TLabel , unsigned int VImageDimension>
static AttributeType itk::StatisticsLabelObject< TLabel, VImageDimension >::GetAttributeFromName ( const std::string &  s)
inlinestatic

Definition at line 98 of file itkStatisticsLabelObject.h.

References itk::StatisticsLabelObject< TLabel, VImageDimension >::CENTER_OF_GRAVITY, itk::ShapeLabelObject< TLabel, VImageDimension >::GetAttributeFromName(), itk::StatisticsLabelObject< TLabel, VImageDimension >::HISTOGRAM, itk::StatisticsLabelObject< TLabel, VImageDimension >::KURTOSIS, itk::StatisticsLabelObject< TLabel, VImageDimension >::MAXIMUM, itk::StatisticsLabelObject< TLabel, VImageDimension >::MAXIMUM_INDEX, itk::StatisticsLabelObject< TLabel, VImageDimension >::MEAN, itk::StatisticsLabelObject< TLabel, VImageDimension >::MEDIAN, itk::StatisticsLabelObject< TLabel, VImageDimension >::MINIMUM, itk::StatisticsLabelObject< TLabel, VImageDimension >::MINIMUM_INDEX, itk::StatisticsLabelObject< TLabel, VImageDimension >::SKEWNESS, itk::StatisticsLabelObject< TLabel, VImageDimension >::STANDARD_DEVIATION, itk::StatisticsLabelObject< TLabel, VImageDimension >::SUM, itk::StatisticsLabelObject< TLabel, VImageDimension >::VARIANCE, itk::StatisticsLabelObject< TLabel, VImageDimension >::WEIGHTED_ELONGATION, itk::StatisticsLabelObject< TLabel, VImageDimension >::WEIGHTED_FLATNESS, itk::StatisticsLabelObject< TLabel, VImageDimension >::WEIGHTED_PRINCIPAL_AXES, and itk::StatisticsLabelObject< TLabel, VImageDimension >::WEIGHTED_PRINCIPAL_MOMENTS.

Referenced by itk::StatisticsRelabelImageFilter< TInputImage, TFeatureImage >::SetAttribute(), itk::LabelStatisticsKeepNObjectsImageFilter< TInputImage, TFeatureImage >::SetAttribute(), itk::LabelStatisticsOpeningImageFilter< TInputImage, TFeatureImage >::SetAttribute(), itk::BinaryStatisticsOpeningImageFilter< TInputImage, TFeatureImage >::SetAttribute(), and itk::BinaryStatisticsKeepNObjectsImageFilter< TInputImage, TFeatureImage >::SetAttribute().

template<typename TLabel , unsigned int VImageDimension>
const PointType& itk::StatisticsLabelObject< TLabel, VImageDimension >::GetCenterOfGravity ( ) const
inline
template<typename TLabel , unsigned int VImageDimension>
const HistogramType* itk::StatisticsLabelObject< TLabel, VImageDimension >::GetHistogram ( ) const
inline
template<typename TLabel , unsigned int VImageDimension>
const double& itk::StatisticsLabelObject< TLabel, VImageDimension >::GetKurtosis ( ) const
inline
template<typename TLabel , unsigned int VImageDimension>
const double& itk::StatisticsLabelObject< TLabel, VImageDimension >::GetMaximum ( void  ) const
inline
template<typename TLabel , unsigned int VImageDimension>
const IndexType& itk::StatisticsLabelObject< TLabel, VImageDimension >::GetMaximumIndex ( ) const
inline
template<typename TLabel , unsigned int VImageDimension>
const double& itk::StatisticsLabelObject< TLabel, VImageDimension >::GetMean ( void  ) const
inline
template<typename TLabel , unsigned int VImageDimension>
const double& itk::StatisticsLabelObject< TLabel, VImageDimension >::GetMedian ( ) const
inline
template<typename TLabel , unsigned int VImageDimension>
const double& itk::StatisticsLabelObject< TLabel, VImageDimension >::GetMinimum ( void  ) const
inline
template<typename TLabel , unsigned int VImageDimension>
const IndexType& itk::StatisticsLabelObject< TLabel, VImageDimension >::GetMinimumIndex ( ) const
inline
template<typename TLabel , unsigned int VImageDimension>
static std::string itk::StatisticsLabelObject< TLabel, VImageDimension >::GetNameFromAttribute ( const AttributeType a)
inlinestatic
template<typename TLabel , unsigned int VImageDimension>
virtual const char* itk::StatisticsLabelObject< TLabel, VImageDimension >::GetNameOfClass ( ) const
virtual

Run-time type information (and related methods).

Reimplemented from itk::ShapeLabelObject< TLabel, VImageDimension >.

template<typename TLabel , unsigned int VImageDimension>
AffineTransformPointer itk::StatisticsLabelObject< TLabel, VImageDimension >::GetPhysicalAxesToWeightedPrincipalAxesTransform ( void  ) const
inline

Get the affine transform from physical axes to principal axes This method returns an affine transform which transforms from the physical coordinate system to the principal axes coordinate system.

Definition at line 490 of file itkStatisticsLabelObject.h.

References itk::StatisticsLabelObject< TLabel, VImageDimension >::ImageDimension, itk::StatisticsLabelObject< TLabel, VImageDimension >::m_CenterOfGravity, itk::StatisticsLabelObject< TLabel, VImageDimension >::m_WeightedPrincipalAxes, and itk::AffineTransform< TScalar, NDimensions >::New().

template<typename TLabel , unsigned int VImageDimension>
const double& itk::StatisticsLabelObject< TLabel, VImageDimension >::GetSkewness ( ) const
inline
template<typename TLabel , unsigned int VImageDimension>
const double& itk::StatisticsLabelObject< TLabel, VImageDimension >::GetStandardDeviation ( ) const
inline
template<typename TLabel , unsigned int VImageDimension>
const double& itk::StatisticsLabelObject< TLabel, VImageDimension >::GetSum ( ) const
inline
template<typename TLabel , unsigned int VImageDimension>
const double& itk::StatisticsLabelObject< TLabel, VImageDimension >::GetVariance ( void  ) const
inline
template<typename TLabel , unsigned int VImageDimension>
const double& itk::StatisticsLabelObject< TLabel, VImageDimension >::GetWeightedElongation ( ) const
inline
template<typename TLabel , unsigned int VImageDimension>
const double& itk::StatisticsLabelObject< TLabel, VImageDimension >::GetWeightedFlatness ( ) const
inline
template<typename TLabel , unsigned int VImageDimension>
const MatrixType& itk::StatisticsLabelObject< TLabel, VImageDimension >::GetWeightedPrincipalAxes ( ) const
inline
template<typename TLabel , unsigned int VImageDimension>
AffineTransformPointer itk::StatisticsLabelObject< TLabel, VImageDimension >::GetWeightedPrincipalAxesToPhysicalAxesTransform ( ) const
inline

Get the affine transform from principal axes to physical axes This method returns an affine transform which transforms from the principal axes coordinate system to physical coordinates.

Definition at line 464 of file itkStatisticsLabelObject.h.

References itk::StatisticsLabelObject< TLabel, VImageDimension >::ImageDimension, itk::StatisticsLabelObject< TLabel, VImageDimension >::m_CenterOfGravity, itk::StatisticsLabelObject< TLabel, VImageDimension >::m_WeightedPrincipalAxes, and itk::AffineTransform< TScalar, NDimensions >::New().

template<typename TLabel , unsigned int VImageDimension>
const VectorType& itk::StatisticsLabelObject< TLabel, VImageDimension >::GetWeightedPrincipalMoments ( ) const
inline
template<typename TLabel , unsigned int VImageDimension>
static Pointer itk::StatisticsLabelObject< TLabel, VImageDimension >::New ( )
static

Method for creation through the object factory.

template<typename TLabel , unsigned int VImageDimension>
void itk::StatisticsLabelObject< TLabel, VImageDimension >::operator= ( const Self )
private

Get the affine transform from principal axes to physical axes This method returns an affine transform which transforms from the principal axes coordinate system to physical coordinates.

template<typename TLabel , unsigned int VImageDimension>
void itk::StatisticsLabelObject< TLabel, VImageDimension >::PrintSelf ( std::ostream &  os,
Indent  indent 
) const
inlineprotectedvirtual

Get the affine transform from principal axes to physical axes This method returns an affine transform which transforms from the principal axes coordinate system to physical coordinates.

Reimplemented from itk::ShapeLabelObject< TLabel, VImageDimension >.

Definition at line 537 of file itkStatisticsLabelObject.h.

References itk::StatisticsLabelObject< TLabel, VImageDimension >::m_CenterOfGravity, itk::StatisticsLabelObject< TLabel, VImageDimension >::m_Kurtosis, itk::StatisticsLabelObject< TLabel, VImageDimension >::m_Maximum, itk::StatisticsLabelObject< TLabel, VImageDimension >::m_MaximumIndex, itk::StatisticsLabelObject< TLabel, VImageDimension >::m_Mean, itk::StatisticsLabelObject< TLabel, VImageDimension >::m_Median, itk::StatisticsLabelObject< TLabel, VImageDimension >::m_Minimum, itk::StatisticsLabelObject< TLabel, VImageDimension >::m_MinimumIndex, itk::StatisticsLabelObject< TLabel, VImageDimension >::m_Skewness, itk::StatisticsLabelObject< TLabel, VImageDimension >::m_StandardDeviation, itk::StatisticsLabelObject< TLabel, VImageDimension >::m_Sum, itk::StatisticsLabelObject< TLabel, VImageDimension >::m_Variance, itk::StatisticsLabelObject< TLabel, VImageDimension >::m_WeightedElongation, itk::StatisticsLabelObject< TLabel, VImageDimension >::m_WeightedFlatness, itk::StatisticsLabelObject< TLabel, VImageDimension >::m_WeightedPrincipalAxes, itk::StatisticsLabelObject< TLabel, VImageDimension >::m_WeightedPrincipalMoments, and itk::ShapeLabelObject< TLabel, VImageDimension >::PrintSelf().

template<typename TLabel , unsigned int VImageDimension>
void itk::StatisticsLabelObject< TLabel, VImageDimension >::SetCenterOfGravity ( const PointType v)
inline
template<typename TLabel , unsigned int VImageDimension>
void itk::StatisticsLabelObject< TLabel, VImageDimension >::SetHistogram ( const HistogramType v)
inline
template<typename TLabel , unsigned int VImageDimension>
void itk::StatisticsLabelObject< TLabel, VImageDimension >::SetKurtosis ( const double &  v)
inline
template<typename TLabel , unsigned int VImageDimension>
void itk::StatisticsLabelObject< TLabel, VImageDimension >::SetMaximum ( const double &  v)
inline
template<typename TLabel , unsigned int VImageDimension>
void itk::StatisticsLabelObject< TLabel, VImageDimension >::SetMaximumIndex ( const IndexType v)
inline
template<typename TLabel , unsigned int VImageDimension>
void itk::StatisticsLabelObject< TLabel, VImageDimension >::SetMean ( const double &  v)
inline
template<typename TLabel , unsigned int VImageDimension>
void itk::StatisticsLabelObject< TLabel, VImageDimension >::SetMedian ( const double &  v)
inline
template<typename TLabel , unsigned int VImageDimension>
void itk::StatisticsLabelObject< TLabel, VImageDimension >::SetMinimum ( const double &  v)
inline
template<typename TLabel , unsigned int VImageDimension>
void itk::StatisticsLabelObject< TLabel, VImageDimension >::SetMinimumIndex ( const IndexType v)
inline
template<typename TLabel , unsigned int VImageDimension>
void itk::StatisticsLabelObject< TLabel, VImageDimension >::SetSkewness ( const double &  v)
inline
template<typename TLabel , unsigned int VImageDimension>
void itk::StatisticsLabelObject< TLabel, VImageDimension >::SetStandardDeviation ( const double &  v)
inline
template<typename TLabel , unsigned int VImageDimension>
void itk::StatisticsLabelObject< TLabel, VImageDimension >::SetSum ( const double &  v)
inline
template<typename TLabel , unsigned int VImageDimension>
void itk::StatisticsLabelObject< TLabel, VImageDimension >::SetVariance ( const double &  v)
inline
template<typename TLabel , unsigned int VImageDimension>
void itk::StatisticsLabelObject< TLabel, VImageDimension >::SetWeightedElongation ( const double &  v)
inline
template<typename TLabel , unsigned int VImageDimension>
void itk::StatisticsLabelObject< TLabel, VImageDimension >::SetWeightedFlatness ( const double &  v)
inline
template<typename TLabel , unsigned int VImageDimension>
void itk::StatisticsLabelObject< TLabel, VImageDimension >::SetWeightedPrincipalAxes ( const MatrixType v)
inline
template<typename TLabel , unsigned int VImageDimension>
void itk::StatisticsLabelObject< TLabel, VImageDimension >::SetWeightedPrincipalMoments ( const VectorType v)
inline

Member Data Documentation

template<typename TLabel , unsigned int VImageDimension>
const AttributeType itk::StatisticsLabelObject< TLabel, VImageDimension >::CENTER_OF_GRAVITY = 209
static
template<typename TLabel , unsigned int VImageDimension>
const AttributeType itk::StatisticsLabelObject< TLabel, VImageDimension >::HISTOGRAM = 216
static
template<typename TLabel , unsigned int VImageDimension>
const unsigned int itk::StatisticsLabelObject< TLabel, VImageDimension >::ImageDimension = VImageDimension
static
template<typename TLabel , unsigned int VImageDimension>
const AttributeType itk::StatisticsLabelObject< TLabel, VImageDimension >::KURTOSIS = 213
static
template<typename TLabel , unsigned int VImageDimension>
PointType itk::StatisticsLabelObject< TLabel, VImageDimension >::m_CenterOfGravity
private
template<typename TLabel , unsigned int VImageDimension>
HistogramType::ConstPointer itk::StatisticsLabelObject< TLabel, VImageDimension >::m_Histogram
private

Get the affine transform from principal axes to physical axes This method returns an affine transform which transforms from the principal axes coordinate system to physical coordinates.

Definition at line 582 of file itkStatisticsLabelObject.h.

Referenced by itk::StatisticsLabelObject< TLabel, VImageDimension >::CopyAttributesFrom(), itk::StatisticsLabelObject< TLabel, VImageDimension >::GetHistogram(), itk::StatisticsLabelObject< TLabel, VImageDimension >::SetHistogram(), and itk::StatisticsLabelObject< TLabel, VImageDimension >::StatisticsLabelObject().

template<typename TLabel , unsigned int VImageDimension>
double itk::StatisticsLabelObject< TLabel, VImageDimension >::m_Kurtosis
private
template<typename TLabel , unsigned int VImageDimension>
double itk::StatisticsLabelObject< TLabel, VImageDimension >::m_Maximum
private
template<typename TLabel , unsigned int VImageDimension>
IndexType itk::StatisticsLabelObject< TLabel, VImageDimension >::m_MaximumIndex
private
template<typename TLabel , unsigned int VImageDimension>
double itk::StatisticsLabelObject< TLabel, VImageDimension >::m_Mean
private
template<typename TLabel , unsigned int VImageDimension>
double itk::StatisticsLabelObject< TLabel, VImageDimension >::m_Median
private
template<typename TLabel , unsigned int VImageDimension>
double itk::StatisticsLabelObject< TLabel, VImageDimension >::m_Minimum
private
template<typename TLabel , unsigned int VImageDimension>
IndexType itk::StatisticsLabelObject< TLabel, VImageDimension >::m_MinimumIndex
private
template<typename TLabel , unsigned int VImageDimension>
double itk::StatisticsLabelObject< TLabel, VImageDimension >::m_Skewness
private
template<typename TLabel , unsigned int VImageDimension>
double itk::StatisticsLabelObject< TLabel, VImageDimension >::m_StandardDeviation
private
template<typename TLabel , unsigned int VImageDimension>
double itk::StatisticsLabelObject< TLabel, VImageDimension >::m_Sum
private
template<typename TLabel , unsigned int VImageDimension>
double itk::StatisticsLabelObject< TLabel, VImageDimension >::m_Variance
private
template<typename TLabel , unsigned int VImageDimension>
double itk::StatisticsLabelObject< TLabel, VImageDimension >::m_WeightedElongation
private
template<typename TLabel , unsigned int VImageDimension>
double itk::StatisticsLabelObject< TLabel, VImageDimension >::m_WeightedFlatness
private
template<typename TLabel , unsigned int VImageDimension>
MatrixType itk::StatisticsLabelObject< TLabel, VImageDimension >::m_WeightedPrincipalAxes
private
template<typename TLabel , unsigned int VImageDimension>
VectorType itk::StatisticsLabelObject< TLabel, VImageDimension >::m_WeightedPrincipalMoments
private
template<typename TLabel , unsigned int VImageDimension>
const AttributeType itk::StatisticsLabelObject< TLabel, VImageDimension >::MAXIMUM = 201
static
template<typename TLabel , unsigned int VImageDimension>
const AttributeType itk::StatisticsLabelObject< TLabel, VImageDimension >::MAXIMUM_INDEX = 207
static
template<typename TLabel , unsigned int VImageDimension>
const AttributeType itk::StatisticsLabelObject< TLabel, VImageDimension >::MEAN = 202
static
template<typename TLabel , unsigned int VImageDimension>
const AttributeType itk::StatisticsLabelObject< TLabel, VImageDimension >::MEDIAN = 206
static
template<typename TLabel , unsigned int VImageDimension>
const AttributeType itk::StatisticsLabelObject< TLabel, VImageDimension >::MINIMUM = 200
static
template<typename TLabel , unsigned int VImageDimension>
const AttributeType itk::StatisticsLabelObject< TLabel, VImageDimension >::MINIMUM_INDEX = 208
static
template<typename TLabel , unsigned int VImageDimension>
const AttributeType itk::StatisticsLabelObject< TLabel, VImageDimension >::SKEWNESS = 214
static
template<typename TLabel , unsigned int VImageDimension>
const AttributeType itk::StatisticsLabelObject< TLabel, VImageDimension >::STANDARD_DEVIATION = 204
static
template<typename TLabel , unsigned int VImageDimension>
const AttributeType itk::StatisticsLabelObject< TLabel, VImageDimension >::SUM = 203
static
template<typename TLabel , unsigned int VImageDimension>
const AttributeType itk::StatisticsLabelObject< TLabel, VImageDimension >::VARIANCE = 205
static
template<typename TLabel , unsigned int VImageDimension>
const AttributeType itk::StatisticsLabelObject< TLabel, VImageDimension >::WEIGHTED_ELONGATION = 215
static
template<typename TLabel , unsigned int VImageDimension>
const AttributeType itk::StatisticsLabelObject< TLabel, VImageDimension >::WEIGHTED_FLATNESS = 217
static
template<typename TLabel , unsigned int VImageDimension>
const AttributeType itk::StatisticsLabelObject< TLabel, VImageDimension >::WEIGHTED_PRINCIPAL_AXES = 212
static
template<typename TLabel , unsigned int VImageDimension>
const AttributeType itk::StatisticsLabelObject< TLabel, VImageDimension >::WEIGHTED_PRINCIPAL_MOMENTS = 211
static

The documentation for this class was generated from the following file: