Orfeo Toolbox  3.16
Public Types | Public Member Functions | Static Public Member Functions | Static Public Attributes | Protected Types | Protected Member Functions | Protected Attributes | Private Member Functions | Private Attributes
itk::StatisticsLabelObject< TLabel, VImageDimension > Class Template Reference

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

#include <itkStatisticsLabelObject.h>

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

List of all members.

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::LineContainerType 
LineContainerType
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 unsigned long SizeValueType
typedef ShapeLabelObject
< TLabel, VImageDimension > 
Superclass
typedef Vector< double,
itkGetStaticConstMacro(ImageDimension) > 
VectorType

Public Member Functions

void AddIndex (const IndexType &idx)
void AddLine (const IndexType &idx, const LengthType &length)
void AddLine (const LineType &line)
void CopyAllFrom (const Self *src)
virtual void CopyAttributesFrom (const LabelObjectType *lo)
virtual ::itk::LightObject::Pointer CreateAnother (void) const
virtual void Delete ()
bool Empty () const
const double & GetBinaryElongation () const
const double & GetBinaryFlatness () const
const MatrixTypeGetBinaryPrincipalAxes () const
AffineTransformPointer GetBinaryPrincipalAxesToPhysicalAxesTransform () const
const VectorTypeGetBinaryPrincipalMoments () const
const PointTypeGetCenterOfGravity () const
const CentroidTypeGetCentroid () const
const double & GetElongation () const
const VectorTypeGetEquivalentEllipsoidSize () const
const double & GetEquivalentPerimeter () const
const double & GetEquivalentRadius () const
const double & GetFeretDiameter () const
const double & GetFlatness () const
const HistogramTypeGetHistogram () const
IndexType GetIndex (SizeValueType offset) const
const double & GetKurtosis () const
const LabelTypeGetLabel () const
const LineTypeGetLine (SizeValueType i) const
LineTypeGetLine (SizeValueType i)
const LineContainerTypeGetLineContainer () const
LineContainerTypeGetLineContainer ()
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
SizeValueType GetNumberOfLines () const
const double & GetPerimeter () const
AffineTransformPointer GetPhysicalAxesToBinaryPrincipalAxesTransform (void) const
AffineTransformPointer GetPhysicalAxesToPrincipalAxesTransform (void) const
const double & GetPhysicalSize () const
const double & GetPhysicalSizeOnBorder () const
const MatrixTypeGetPrincipalAxes () const
AffineTransformPointer GetPrincipalAxesToPhysicalAxesTransform () const
const VectorTypeGetPrincipalMoments () const
virtual int GetReferenceCount () const
const RegionTypeGetRegion () const
const double & GetRegionElongation () const
const double & GetRoundness () const
const double & GetSigma () const
const unsigned long & GetSize () const
const unsigned long & GetSizeOnBorder () const
const double & GetSizeRegionRatio () const
const double & GetSkewness () const
const double & GetSum () const
const double & GetVariance () const
bool HasIndex (const IndexType &idx) const
void Optimize ()
void Print (std::ostream &os, Indent indent=0) const
virtual void Register () const
void SetBinaryElongation (const double &v)
void SetBinaryFlatness (const double &v)
void SetBinaryPrincipalAxes (const MatrixType &v)
void SetBinaryPrincipalMoments (const VectorType &v)
void SetCenterOfGravity (const PointType &v)
void SetCentroid (const CentroidType &centroid)
void SetElongation (const double &v)
void SetEquivalentEllipsoidSize (const VectorType &v)
void SetEquivalentPerimeter (const double &v)
void SetEquivalentRadius (const double &v)
void SetFeretDiameter (const double &v)
void SetFlatness (const double &v)
void SetHistogram (const HistogramType *v)
void SetKurtosis (const double &v)
void SetLabel (const LabelType &label)
void SetLineContainer (const LineContainerType &lineContainer)
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 SetPerimeter (const double &v)
void SetPhysicalSize (const double &v)
void SetPhysicalSizeOnBorder (const double &v)
void SetPrincipalAxes (const MatrixType &v)
void SetPrincipalMoments (const VectorType &v)
virtual void SetReferenceCount (int)
void SetRegion (const RegionType &v)
void SetRegionElongation (const double &v)
void SetRoundness (const double &v)
void SetSigma (const double &v)
void SetSize (const unsigned long &v)
void SetSizeOnBorder (const unsigned long &v)
void SetSizeRegionRatio (const double &v)
void SetSkewness (const double &v)
void SetSum (const double &v)
void SetVariance (const double &v)
SizeValueType Size () const
virtual void UnRegister () const

Static Public Member Functions

static void BreakOnError ()
static AttributeType GetAttributeFromName (const std::string &s)
static std::string GetNameFromAttribute (const AttributeType &a)
static std::string GetNameFromAttribute (const AttributeType &a)
static Pointer New ()

Static Public Attributes

static const AttributeType BINARY_ELONGATION = 111
static const AttributeType BINARY_FLATNESS = 117
static const AttributeType BINARY_PRINCIPAL_AXES = 110
static const AttributeType BINARY_PRINCIPAL_MOMENTS = 109
static const AttributeType CENTER_OF_GRAVITY = 209
static const AttributeType CENTROID = 104
static const AttributeType ELONGATION = 215
static const AttributeType EQUIVALENT_ELLIPSOID_RADIUS = 116
static const AttributeType EQUIVALENT_PERIMETER = 115
static const AttributeType EQUIVALENT_RADIUS = 114
static const AttributeType FERET_DIAMETER = 108
static const AttributeType FLATNESS = 217
static const AttributeType HISTOGRAM = 216
static const unsigned int ImageDimension = VImageDimension
static const AttributeType KURTOSIS = 213
static const AttributeType LABEL = 0
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 PERIMETER = 112
static const AttributeType PHYSICAL_SIZE = 101
static const AttributeType PHYSICAL_SIZE_ON_BORDER = 107
static const AttributeType PRINCIPAL_AXES = 212
static const AttributeType PRINCIPAL_MOMENTS = 211
static const AttributeType REGION = 105
static const AttributeType REGION_ELONGATION = 102
static const AttributeType ROUNDNESS = 113
static const AttributeType SIGMA = 204
static const AttributeType SIZE = 100
static const AttributeType SIZE_ON_BORDER = 106
static const AttributeType SIZE_REGION_RATIO = 103
static const AttributeType SKEWNESS = 214
static const AttributeType SUM = 203
static const AttributeType VARIANCE = 205

Protected Types

typedef int InternalReferenceCountType

Protected Member Functions

 StatisticsLabelObject ()
virtual void PrintHeader (std::ostream &os, Indent indent) const
void PrintSelf (std::ostream &os, Indent indent) const
virtual void PrintTrailer (std::ostream &os, Indent indent) const

Protected Attributes

InternalReferenceCountType m_ReferenceCount
SimpleFastMutexLock m_ReferenceCountLock

Private Member Functions

 StatisticsLabelObject (const Self &)
void operator= (const Self &)

Private Attributes

PointType m_CenterOfGravity
double m_Elongation
double m_Flatness
HistogramType::ConstPointer m_Histogram
double m_Kurtosis
double m_Maximum
IndexType m_MaximumIndex
double m_Mean
double m_Median
double m_Minimum
IndexType m_MinimumIndex
MatrixType m_PrincipalAxes
VectorType m_PrincipalMoments
double m_Sigma
double m_Skewness
double m_Sum
double m_Variance

Detailed Description

template<class 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 40 of file itkStatisticsLabelObject.h.


Member Typedef Documentation

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

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

Definition at line 462 of file itkStatisticsLabelObject.h.

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

Affine transform for mapping to and from principal axis

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

Definition at line 461 of file itkStatisticsLabelObject.h.

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

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

Definition at line 79 of file itkStatisticsLabelObject.h.

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

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

Definition at line 244 of file itkStatisticsLabelObject.h.

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

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

Definition at line 48 of file itkStatisticsLabelObject.h.

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

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

Definition at line 49 of file itkStatisticsLabelObject.h.

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

Definition at line 77 of file itkStatisticsLabelObject.h.

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

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

Definition at line 61 of file itkStatisticsLabelObject.h.

typedef int itk::LightObject::InternalReferenceCountType
protectedinherited

Define the type of the reference count according to the target. This allows the use of atomic operations

Definition at line 137 of file itkLightObject.h.

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

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

Definition at line 55 of file itkStatisticsLabelObject.h.

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

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

Definition at line 46 of file itkStatisticsLabelObject.h.

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

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

Definition at line 65 of file itkStatisticsLabelObject.h.

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

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

Definition at line 69 of file itkStatisticsLabelObject.h.

template<class TLabel, unsigned int VImageDimension>
typedef Superclass::LineContainerType itk::StatisticsLabelObject< TLabel, VImageDimension >::LineContainerType

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

Definition at line 71 of file itkStatisticsLabelObject.h.

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

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

Definition at line 67 of file itkStatisticsLabelObject.h.

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

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

Definition at line 73 of file itkStatisticsLabelObject.h.

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

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

Definition at line 47 of file itkStatisticsLabelObject.h.

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

Definition at line 63 of file itkStatisticsLabelObject.h.

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

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

Definition at line 242 of file itkStatisticsLabelObject.h.

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

Standard class typedefs

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

Definition at line 44 of file itkStatisticsLabelObject.h.

template<class TLabel, unsigned int VImageDimension>
typedef unsigned long itk::LabelObject< TLabel, VImageDimension >::SizeValueType
inherited

Definition at line 80 of file itkLabelObject.h.

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

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

Definition at line 45 of file itkStatisticsLabelObject.h.

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

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

Definition at line 75 of file itkStatisticsLabelObject.h.


Constructor & Destructor Documentation

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

Definition at line 517 of file itkStatisticsLabelObject.h.

References NULL.

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

Member Function Documentation

template<class TLabel , unsigned int VImageDimension>
void itk::LabelObject< TLabel, VImageDimension >::AddIndex ( const IndexType idx)
inherited

Add an index to the object. If the index is already in the object, the index can be found several time in the object.

Definition at line 106 of file itkLabelObject.txx.

References itk::LabelObjectLine< VImageDimension >::GetLength(), itk::LabelObjectLine< VImageDimension >::IsNextIndex(), and itk::LabelObjectLine< VImageDimension >::SetLength().

template<class TLabel , unsigned int VImageDimension>
void itk::LabelObject< TLabel, VImageDimension >::AddLine ( const IndexType idx,
const LengthType length 
)
inherited

Add a new line to the object, without any check.

Definition at line 128 of file itkLabelObject.txx.

template<class TLabel , unsigned int VImageDimension>
void itk::LabelObject< TLabel, VImageDimension >::AddLine ( const LineType line)
inherited

Add a new line to the object, without any check.

Definition at line 140 of file itkLabelObject.txx.

void itk::LightObject::BreakOnError ( )
staticinherited

This method is called when itkExceptionMacro executes. It allows the debugger to break on error.

Definition at line 149 of file itkLightObject.cxx.

template<class TLabel , unsigned int VImageDimension>
void itk::LabelObject< TLabel, VImageDimension >::CopyAllFrom ( const Self src)
inherited

Copy the lines, the label and the attributes from another node.

Definition at line 252 of file itkLabelObject.txx.

References NULL.

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

Copy the attributes of another node to this one

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

Definition at line 247 of file itkStatisticsLabelObject.h.

References NULL.

template<class 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 >.

void itk::LightObject::Delete ( )
virtualinherited

Delete an itk object. This method should always be used to delete an object when the new operator was used to create it. Using the C delete method will not work with reference counting.

Delete a itk object. This method should always be used to delete an object when the new operator was used to create it. Using the C++ delete method will not work with reference counting.

Definition at line 88 of file itkLightObject.cxx.

template<class TLabel , unsigned int VImageDimension>
bool itk::LabelObject< TLabel, VImageDimension >::Empty ( ) const
inherited

Definition at line 206 of file itkLabelObject.txx.

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

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

Definition at line 99 of file itkStatisticsLabelObject.h.

template<class TLabel , unsigned int VImageDimension>
const double& itk::ShapeLabelObject< TLabel, VImageDimension >::GetBinaryElongation ( ) const
inlineinherited

Definition at line 351 of file itkShapeLabelObject.h.

template<class TLabel , unsigned int VImageDimension>
const double& itk::ShapeLabelObject< TLabel, VImageDimension >::GetBinaryFlatness ( ) const
inlineinherited

Definition at line 411 of file itkShapeLabelObject.h.

template<class TLabel , unsigned int VImageDimension>
const MatrixType& itk::ShapeLabelObject< TLabel, VImageDimension >::GetBinaryPrincipalAxes ( ) const
inlineinherited

Definition at line 341 of file itkShapeLabelObject.h.

template<class TLabel , unsigned int VImageDimension>
AffineTransformPointer itk::ShapeLabelObject< TLabel, VImageDimension >::GetBinaryPrincipalAxesToPhysicalAxesTransform ( ) const
inlineinherited

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 431 of file itkShapeLabelObject.h.

template<class TLabel , unsigned int VImageDimension>
const VectorType& itk::ShapeLabelObject< TLabel, VImageDimension >::GetBinaryPrincipalMoments ( ) const
inlineinherited

Definition at line 331 of file itkShapeLabelObject.h.

template<class TLabel, unsigned int VImageDimension>
const PointType& itk::StatisticsLabelObject< TLabel, VImageDimension >::GetCenterOfGravity ( ) const
inline

Definition at line 367 of file itkStatisticsLabelObject.h.

template<class TLabel , unsigned int VImageDimension>
const CentroidType& itk::ShapeLabelObject< TLabel, VImageDimension >::GetCentroid ( ) const
inlineinherited

Definition at line 271 of file itkShapeLabelObject.h.

template<class TLabel, unsigned int VImageDimension>
const double& itk::StatisticsLabelObject< TLabel, VImageDimension >::GetElongation ( ) const
inline

Definition at line 428 of file itkStatisticsLabelObject.h.

template<class TLabel , unsigned int VImageDimension>
const VectorType& itk::ShapeLabelObject< TLabel, VImageDimension >::GetEquivalentEllipsoidSize ( ) const
inlineinherited

Definition at line 401 of file itkShapeLabelObject.h.

template<class TLabel , unsigned int VImageDimension>
const double& itk::ShapeLabelObject< TLabel, VImageDimension >::GetEquivalentPerimeter ( ) const
inlineinherited

Definition at line 391 of file itkShapeLabelObject.h.

template<class TLabel , unsigned int VImageDimension>
const double& itk::ShapeLabelObject< TLabel, VImageDimension >::GetEquivalentRadius ( ) const
inlineinherited

Definition at line 381 of file itkShapeLabelObject.h.

template<class TLabel , unsigned int VImageDimension>
const double& itk::ShapeLabelObject< TLabel, VImageDimension >::GetFeretDiameter ( ) const
inlineinherited

Definition at line 321 of file itkShapeLabelObject.h.

template<class TLabel, unsigned int VImageDimension>
const double& itk::StatisticsLabelObject< TLabel, VImageDimension >::GetFlatness ( ) const
inline

Definition at line 448 of file itkStatisticsLabelObject.h.

template<class TLabel, unsigned int VImageDimension>
const HistogramType* itk::StatisticsLabelObject< TLabel, VImageDimension >::GetHistogram ( ) const
inline

Definition at line 438 of file itkStatisticsLabelObject.h.

template<class TLabel , unsigned int VImageDimension>
LabelObject< TLabel, VImageDimension >::IndexType itk::LabelObject< TLabel, VImageDimension >::GetIndex ( SizeValueType  offset) const
inherited

Definition at line 213 of file itkLabelObject.txx.

References itk::Index< VIndexDimension >::GetIndex().

template<class TLabel, unsigned int VImageDimension>
const double& itk::StatisticsLabelObject< TLabel, VImageDimension >::GetKurtosis ( ) const
inline

Definition at line 418 of file itkStatisticsLabelObject.h.

template<class TLabel , unsigned int VImageDimension>
const LabelObject< TLabel, VImageDimension >::LabelType & itk::LabelObject< TLabel, VImageDimension >::GetLabel ( ) const
inherited

Set/Get the label associated with the object.

Set/Get the label associated with that object.

Definition at line 66 of file itkLabelObject.txx.

template<class TLabel , unsigned int VImageDimension>
const LabelObject< TLabel, VImageDimension >::LineType & itk::LabelObject< TLabel, VImageDimension >::GetLine ( SizeValueType  i) const
inherited

Definition at line 178 of file itkLabelObject.txx.

template<class TLabel , unsigned int VImageDimension>
LabelObject< TLabel, VImageDimension >::LineType & itk::LabelObject< TLabel, VImageDimension >::GetLine ( SizeValueType  i)
inherited

Definition at line 185 of file itkLabelObject.txx.

template<class TLabel , unsigned int VImageDimension>
const LabelObject< TLabel, VImageDimension >::LineContainerType & itk::LabelObject< TLabel, VImageDimension >::GetLineContainer ( ) const
inherited

Return the line container of this object

Definition at line 149 of file itkLabelObject.txx.

template<class TLabel , unsigned int VImageDimension>
LabelObject< TLabel, VImageDimension >::LineContainerType & itk::LabelObject< TLabel, VImageDimension >::GetLineContainer ( )
inherited

Definition at line 156 of file itkLabelObject.txx.

template<class TLabel, unsigned int VImageDimension>
const double& itk::StatisticsLabelObject< TLabel, VImageDimension >::GetMaximum ( void  ) const
inline

Definition at line 287 of file itkStatisticsLabelObject.h.

template<class TLabel, unsigned int VImageDimension>
const IndexType& itk::StatisticsLabelObject< TLabel, VImageDimension >::GetMaximumIndex ( ) const
inline

Definition at line 347 of file itkStatisticsLabelObject.h.

template<class TLabel, unsigned int VImageDimension>
const double& itk::StatisticsLabelObject< TLabel, VImageDimension >::GetMean ( void  ) const
inline

Definition at line 297 of file itkStatisticsLabelObject.h.

template<class TLabel, unsigned int VImageDimension>
const double& itk::StatisticsLabelObject< TLabel, VImageDimension >::GetMedian ( ) const
inline

Definition at line 337 of file itkStatisticsLabelObject.h.

template<class TLabel, unsigned int VImageDimension>
const double& itk::StatisticsLabelObject< TLabel, VImageDimension >::GetMinimum ( void  ) const
inline

Definition at line 277 of file itkStatisticsLabelObject.h.

template<class TLabel, unsigned int VImageDimension>
const IndexType& itk::StatisticsLabelObject< TLabel, VImageDimension >::GetMinimumIndex ( ) const
inline

Definition at line 357 of file itkStatisticsLabelObject.h.

template<class TLabel , unsigned int VImageDimension>
static std::string itk::ShapeLabelObject< TLabel, VImageDimension >::GetNameFromAttribute ( const AttributeType a)
inlinestaticinherited

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

Definition at line 171 of file itkShapeLabelObject.h.

template<class TLabel, unsigned int VImageDimension>
static std::string itk::StatisticsLabelObject< TLabel, VImageDimension >::GetNameFromAttribute ( const AttributeType a)
inlinestatic

Definition at line 179 of file itkStatisticsLabelObject.h.

template<class 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<class TLabel , unsigned int VImageDimension>
LabelObject< TLabel, VImageDimension >::SizeValueType itk::LabelObject< TLabel, VImageDimension >::GetNumberOfLines ( ) const
inherited

Definition at line 170 of file itkLabelObject.txx.

template<class TLabel , unsigned int VImageDimension>
const double& itk::ShapeLabelObject< TLabel, VImageDimension >::GetPerimeter ( ) const
inlineinherited

Definition at line 361 of file itkShapeLabelObject.h.

template<class TLabel , unsigned int VImageDimension>
AffineTransformPointer itk::ShapeLabelObject< TLabel, VImageDimension >::GetPhysicalAxesToBinaryPrincipalAxesTransform ( void  ) const
inlineinherited

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 456 of file itkShapeLabelObject.h.

template<class TLabel, unsigned int VImageDimension>
AffineTransformPointer itk::StatisticsLabelObject< TLabel, VImageDimension >::GetPhysicalAxesToPrincipalAxesTransform ( 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 492 of file itkStatisticsLabelObject.h.

template<class TLabel , unsigned int VImageDimension>
const double& itk::ShapeLabelObject< TLabel, VImageDimension >::GetPhysicalSize ( ) const
inlineinherited

Definition at line 251 of file itkShapeLabelObject.h.

template<class TLabel , unsigned int VImageDimension>
const double& itk::ShapeLabelObject< TLabel, VImageDimension >::GetPhysicalSizeOnBorder ( ) const
inlineinherited

Definition at line 311 of file itkShapeLabelObject.h.

template<class TLabel, unsigned int VImageDimension>
const MatrixType& itk::StatisticsLabelObject< TLabel, VImageDimension >::GetPrincipalAxes ( ) const
inline

Definition at line 398 of file itkStatisticsLabelObject.h.

template<class TLabel, unsigned int VImageDimension>
AffineTransformPointer itk::StatisticsLabelObject< TLabel, VImageDimension >::GetPrincipalAxesToPhysicalAxesTransform ( void  ) 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 467 of file itkStatisticsLabelObject.h.

template<class TLabel, unsigned int VImageDimension>
const VectorType& itk::StatisticsLabelObject< TLabel, VImageDimension >::GetPrincipalMoments ( ) const
inline

Definition at line 388 of file itkStatisticsLabelObject.h.

virtual int itk::LightObject::GetReferenceCount ( ) const
inlinevirtualinherited

Gets the reference count on this object.

Definition at line 105 of file itkLightObject.h.

template<class TLabel , unsigned int VImageDimension>
const RegionType& itk::ShapeLabelObject< TLabel, VImageDimension >::GetRegion ( void  ) const
inlineinherited

Definition at line 241 of file itkShapeLabelObject.h.

template<class TLabel , unsigned int VImageDimension>
const double& itk::ShapeLabelObject< TLabel, VImageDimension >::GetRegionElongation ( ) const
inlineinherited

Definition at line 281 of file itkShapeLabelObject.h.

template<class TLabel , unsigned int VImageDimension>
const double& itk::ShapeLabelObject< TLabel, VImageDimension >::GetRoundness ( ) const
inlineinherited

Definition at line 371 of file itkShapeLabelObject.h.

template<class TLabel, unsigned int VImageDimension>
const double& itk::StatisticsLabelObject< TLabel, VImageDimension >::GetSigma ( void  ) const
inline

Definition at line 317 of file itkStatisticsLabelObject.h.

template<class TLabel , unsigned int VImageDimension>
const unsigned long& itk::ShapeLabelObject< TLabel, VImageDimension >::GetSize ( void  ) const
inlineinherited

Definition at line 261 of file itkShapeLabelObject.h.

template<class TLabel , unsigned int VImageDimension>
const unsigned long& itk::ShapeLabelObject< TLabel, VImageDimension >::GetSizeOnBorder ( ) const
inlineinherited

Definition at line 301 of file itkShapeLabelObject.h.

template<class TLabel , unsigned int VImageDimension>
const double& itk::ShapeLabelObject< TLabel, VImageDimension >::GetSizeRegionRatio ( ) const
inlineinherited

Definition at line 291 of file itkShapeLabelObject.h.

template<class TLabel, unsigned int VImageDimension>
const double& itk::StatisticsLabelObject< TLabel, VImageDimension >::GetSkewness ( ) const
inline

Definition at line 408 of file itkStatisticsLabelObject.h.

template<class TLabel, unsigned int VImageDimension>
const double& itk::StatisticsLabelObject< TLabel, VImageDimension >::GetSum ( ) const
inline

Definition at line 307 of file itkStatisticsLabelObject.h.

template<class TLabel, unsigned int VImageDimension>
const double& itk::StatisticsLabelObject< TLabel, VImageDimension >::GetVariance ( void  ) const
inline

Definition at line 327 of file itkStatisticsLabelObject.h.

template<class TLabel , unsigned int VImageDimension>
bool itk::LabelObject< TLabel, VImageDimension >::HasIndex ( const IndexType idx) const
inherited

Return true if the object contain the given index and false otherwise. Worst case complexity is O(L) where L is the number of lines in the object.

Definition at line 85 of file itkLabelObject.txx.

template<class TLabel, unsigned int VImageDimension>
static Pointer itk::StatisticsLabelObject< TLabel, VImageDimension >::New ( )
static

Method for creation through the object factory.

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

template<class TLabel, unsigned int VImageDimension>
void itk::StatisticsLabelObject< TLabel, VImageDimension >::operator= ( const Self )
private
template<class TLabel , unsigned int VImageDimension>
void itk::LabelObject< TLabel, VImageDimension >::Optimize ( )
inherited

Reorder the lines, merge the touching lines and ensure that no pixel is covered by two lines

Definition at line 265 of file itkLabelObject.txx.

References itk::LabelObjectLine< VImageDimension >::GetIndex(), itk::Index< VIndexDimension >::GetIndex(), and itk::LabelObjectLine< VImageDimension >::GetLength().

void itk::LightObject::Print ( std::ostream &  os,
Indent  indent = 0 
) const
inherited

Cause the object to print itself out.

Avoid DLL boundary problems. This function will be common to all itk objects. It just calls the header/self/trailer virtual print methods, which can be overriden by subclasses (any itk object).

Definition at line 135 of file itkLightObject.cxx.

References itk::Indent::GetNextIndent().

Referenced by itk::operator<<().

void itk::LightObject::PrintHeader ( std::ostream &  os,
Indent  indent 
) const
protectedvirtualinherited

Define a default print header for all objects.

Definition at line 320 of file itkLightObject.cxx.

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

Methods invoked by Print() to print information about the object including superclasses. Typically not called by the user (use Print() instead) but used in the hierarchical print process to combine the output of several classes.

Chaining method to print an object's instance variables, as well as its superclasses.

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

Definition at line 540 of file itkStatisticsLabelObject.h.

void itk::LightObject::PrintTrailer ( std::ostream &  os,
Indent  indent 
) const
protectedvirtualinherited

Define a default print trailer for all objects.

Definition at line 331 of file itkLightObject.cxx.

void itk::LightObject::Register ( ) const
virtualinherited

Increase the reference count (mark as used by another object).

Reimplemented in itk::ExceptionObject::ReferenceCountedExceptionData, and itk::Object.

Definition at line 160 of file itkLightObject.cxx.

template<class TLabel , unsigned int VImageDimension>
void itk::ShapeLabelObject< TLabel, VImageDimension >::SetBinaryElongation ( const double &  v)
inlineinherited

Definition at line 356 of file itkShapeLabelObject.h.

template<class TLabel , unsigned int VImageDimension>
void itk::ShapeLabelObject< TLabel, VImageDimension >::SetBinaryFlatness ( const double &  v)
inlineinherited

Definition at line 416 of file itkShapeLabelObject.h.

template<class TLabel , unsigned int VImageDimension>
void itk::ShapeLabelObject< TLabel, VImageDimension >::SetBinaryPrincipalAxes ( const MatrixType v)
inlineinherited

Definition at line 346 of file itkShapeLabelObject.h.

template<class TLabel , unsigned int VImageDimension>
void itk::ShapeLabelObject< TLabel, VImageDimension >::SetBinaryPrincipalMoments ( const VectorType v)
inlineinherited

Definition at line 336 of file itkShapeLabelObject.h.

template<class TLabel, unsigned int VImageDimension>
void itk::StatisticsLabelObject< TLabel, VImageDimension >::SetCenterOfGravity ( const PointType v)
inline

Definition at line 372 of file itkStatisticsLabelObject.h.

template<class TLabel , unsigned int VImageDimension>
void itk::ShapeLabelObject< TLabel, VImageDimension >::SetCentroid ( const CentroidType centroid)
inlineinherited

Definition at line 276 of file itkShapeLabelObject.h.

template<class TLabel, unsigned int VImageDimension>
void itk::StatisticsLabelObject< TLabel, VImageDimension >::SetElongation ( const double &  v)
inline

Definition at line 433 of file itkStatisticsLabelObject.h.

template<class TLabel , unsigned int VImageDimension>
void itk::ShapeLabelObject< TLabel, VImageDimension >::SetEquivalentEllipsoidSize ( const VectorType v)
inlineinherited

Definition at line 406 of file itkShapeLabelObject.h.

template<class TLabel , unsigned int VImageDimension>
void itk::ShapeLabelObject< TLabel, VImageDimension >::SetEquivalentPerimeter ( const double &  v)
inlineinherited

Definition at line 396 of file itkShapeLabelObject.h.

template<class TLabel , unsigned int VImageDimension>
void itk::ShapeLabelObject< TLabel, VImageDimension >::SetEquivalentRadius ( const double &  v)
inlineinherited

Definition at line 386 of file itkShapeLabelObject.h.

template<class TLabel , unsigned int VImageDimension>
void itk::ShapeLabelObject< TLabel, VImageDimension >::SetFeretDiameter ( const double &  v)
inlineinherited

Definition at line 326 of file itkShapeLabelObject.h.

template<class TLabel, unsigned int VImageDimension>
void itk::StatisticsLabelObject< TLabel, VImageDimension >::SetFlatness ( const double &  v)
inline

Definition at line 453 of file itkStatisticsLabelObject.h.

template<class TLabel, unsigned int VImageDimension>
void itk::StatisticsLabelObject< TLabel, VImageDimension >::SetHistogram ( const HistogramType v)
inline

Definition at line 443 of file itkStatisticsLabelObject.h.

template<class TLabel, unsigned int VImageDimension>
void itk::StatisticsLabelObject< TLabel, VImageDimension >::SetKurtosis ( const double &  v)
inline

Definition at line 423 of file itkStatisticsLabelObject.h.

template<class TLabel , unsigned int VImageDimension>
void itk::LabelObject< TLabel, VImageDimension >::SetLabel ( const LabelType label)
inherited

Definition at line 73 of file itkLabelObject.txx.

template<class TLabel , unsigned int VImageDimension>
void itk::LabelObject< TLabel, VImageDimension >::SetLineContainer ( const LineContainerType lineContainer)
inherited

Definition at line 163 of file itkLabelObject.txx.

template<class TLabel, unsigned int VImageDimension>
void itk::StatisticsLabelObject< TLabel, VImageDimension >::SetMaximum ( const double &  v)
inline

Definition at line 292 of file itkStatisticsLabelObject.h.

template<class TLabel, unsigned int VImageDimension>
void itk::StatisticsLabelObject< TLabel, VImageDimension >::SetMaximumIndex ( const IndexType v)
inline

Definition at line 352 of file itkStatisticsLabelObject.h.

template<class TLabel, unsigned int VImageDimension>
void itk::StatisticsLabelObject< TLabel, VImageDimension >::SetMean ( const double &  v)
inline

Definition at line 302 of file itkStatisticsLabelObject.h.

template<class TLabel, unsigned int VImageDimension>
void itk::StatisticsLabelObject< TLabel, VImageDimension >::SetMedian ( const double &  v)
inline

Definition at line 342 of file itkStatisticsLabelObject.h.

template<class TLabel, unsigned int VImageDimension>
void itk::StatisticsLabelObject< TLabel, VImageDimension >::SetMinimum ( const double &  v)
inline

Definition at line 282 of file itkStatisticsLabelObject.h.

template<class TLabel, unsigned int VImageDimension>
void itk::StatisticsLabelObject< TLabel, VImageDimension >::SetMinimumIndex ( const IndexType v)
inline

Definition at line 362 of file itkStatisticsLabelObject.h.

template<class TLabel , unsigned int VImageDimension>
void itk::ShapeLabelObject< TLabel, VImageDimension >::SetPerimeter ( const double &  v)
inlineinherited

Definition at line 366 of file itkShapeLabelObject.h.

template<class TLabel , unsigned int VImageDimension>
void itk::ShapeLabelObject< TLabel, VImageDimension >::SetPhysicalSize ( const double &  v)
inlineinherited

Definition at line 256 of file itkShapeLabelObject.h.

template<class TLabel , unsigned int VImageDimension>
void itk::ShapeLabelObject< TLabel, VImageDimension >::SetPhysicalSizeOnBorder ( const double &  v)
inlineinherited

Definition at line 316 of file itkShapeLabelObject.h.

template<class TLabel, unsigned int VImageDimension>
void itk::StatisticsLabelObject< TLabel, VImageDimension >::SetPrincipalAxes ( const MatrixType v)
inline

Definition at line 403 of file itkStatisticsLabelObject.h.

template<class TLabel, unsigned int VImageDimension>
void itk::StatisticsLabelObject< TLabel, VImageDimension >::SetPrincipalMoments ( const VectorType v)
inline

Definition at line 393 of file itkStatisticsLabelObject.h.

void itk::LightObject::SetReferenceCount ( int  ref)
virtualinherited

Sets the reference count on this object. This is a dangerous method, use it with care.

Sets the reference count (use with care)

Reimplemented in itk::Object.

Definition at line 244 of file itkLightObject.cxx.

template<class TLabel , unsigned int VImageDimension>
void itk::ShapeLabelObject< TLabel, VImageDimension >::SetRegion ( const RegionType v)
inlineinherited

Definition at line 246 of file itkShapeLabelObject.h.

template<class TLabel , unsigned int VImageDimension>
void itk::ShapeLabelObject< TLabel, VImageDimension >::SetRegionElongation ( const double &  v)
inlineinherited

Definition at line 286 of file itkShapeLabelObject.h.

template<class TLabel , unsigned int VImageDimension>
void itk::ShapeLabelObject< TLabel, VImageDimension >::SetRoundness ( const double &  v)
inlineinherited

Definition at line 376 of file itkShapeLabelObject.h.

template<class TLabel, unsigned int VImageDimension>
void itk::StatisticsLabelObject< TLabel, VImageDimension >::SetSigma ( const double &  v)
inline

Definition at line 322 of file itkStatisticsLabelObject.h.

template<class TLabel , unsigned int VImageDimension>
void itk::ShapeLabelObject< TLabel, VImageDimension >::SetSize ( const unsigned long &  v)
inlineinherited

Definition at line 266 of file itkShapeLabelObject.h.

template<class TLabel , unsigned int VImageDimension>
void itk::ShapeLabelObject< TLabel, VImageDimension >::SetSizeOnBorder ( const unsigned long &  v)
inlineinherited

Definition at line 306 of file itkShapeLabelObject.h.

template<class TLabel , unsigned int VImageDimension>
void itk::ShapeLabelObject< TLabel, VImageDimension >::SetSizeRegionRatio ( const double &  v)
inlineinherited

Definition at line 296 of file itkShapeLabelObject.h.

template<class TLabel, unsigned int VImageDimension>
void itk::StatisticsLabelObject< TLabel, VImageDimension >::SetSkewness ( const double &  v)
inline

Definition at line 413 of file itkStatisticsLabelObject.h.

template<class TLabel, unsigned int VImageDimension>
void itk::StatisticsLabelObject< TLabel, VImageDimension >::SetSum ( const double &  v)
inline

Definition at line 312 of file itkStatisticsLabelObject.h.

template<class TLabel, unsigned int VImageDimension>
void itk::StatisticsLabelObject< TLabel, VImageDimension >::SetVariance ( const double &  v)
inline

Definition at line 332 of file itkStatisticsLabelObject.h.

template<class TLabel , unsigned int VImageDimension>
LabelObject< TLabel, VImageDimension >::SizeValueType itk::LabelObject< TLabel, VImageDimension >::Size ( void  ) const
inherited

Definition at line 192 of file itkLabelObject.txx.

void itk::LightObject::UnRegister ( ) const
virtualinherited

Decrease the reference count (release by another object).

Reimplemented in itk::ExceptionObject::ReferenceCountedExceptionData, and itk::Object.

Definition at line 192 of file itkLightObject.cxx.

Referenced by itk::LightObject::New().


Member Data Documentation

template<class TLabel , unsigned int VImageDimension>
const AttributeType itk::ShapeLabelObject< TLabel, VImageDimension >::BINARY_ELONGATION = 111
staticinherited

Definition at line 85 of file itkShapeLabelObject.h.

template<class TLabel , unsigned int VImageDimension>
const AttributeType itk::ShapeLabelObject< TLabel, VImageDimension >::BINARY_FLATNESS = 117
staticinherited

Definition at line 91 of file itkShapeLabelObject.h.

template<class TLabel , unsigned int VImageDimension>
const AttributeType itk::ShapeLabelObject< TLabel, VImageDimension >::BINARY_PRINCIPAL_AXES = 110
staticinherited

Definition at line 84 of file itkShapeLabelObject.h.

template<class TLabel , unsigned int VImageDimension>
const AttributeType itk::ShapeLabelObject< TLabel, VImageDimension >::BINARY_PRINCIPAL_MOMENTS = 109
staticinherited

Definition at line 83 of file itkShapeLabelObject.h.

template<class TLabel, unsigned int VImageDimension>
const AttributeType itk::StatisticsLabelObject< TLabel, VImageDimension >::CENTER_OF_GRAVITY = 209
static

Definition at line 89 of file itkStatisticsLabelObject.h.

template<class TLabel , unsigned int VImageDimension>
const AttributeType itk::ShapeLabelObject< TLabel, VImageDimension >::CENTROID = 104
staticinherited

Definition at line 78 of file itkShapeLabelObject.h.

template<class TLabel, unsigned int VImageDimension>
const AttributeType itk::StatisticsLabelObject< TLabel, VImageDimension >::ELONGATION = 215
static

Definition at line 95 of file itkStatisticsLabelObject.h.

template<class TLabel , unsigned int VImageDimension>
const AttributeType itk::ShapeLabelObject< TLabel, VImageDimension >::EQUIVALENT_ELLIPSOID_RADIUS = 116
staticinherited

Definition at line 90 of file itkShapeLabelObject.h.

template<class TLabel , unsigned int VImageDimension>
const AttributeType itk::ShapeLabelObject< TLabel, VImageDimension >::EQUIVALENT_PERIMETER = 115
staticinherited

Definition at line 89 of file itkShapeLabelObject.h.

template<class TLabel , unsigned int VImageDimension>
const AttributeType itk::ShapeLabelObject< TLabel, VImageDimension >::EQUIVALENT_RADIUS = 114
staticinherited

Definition at line 88 of file itkShapeLabelObject.h.

template<class TLabel , unsigned int VImageDimension>
const AttributeType itk::ShapeLabelObject< TLabel, VImageDimension >::FERET_DIAMETER = 108
staticinherited

Definition at line 82 of file itkShapeLabelObject.h.

template<class TLabel, unsigned int VImageDimension>
const AttributeType itk::StatisticsLabelObject< TLabel, VImageDimension >::FLATNESS = 217
static

Definition at line 97 of file itkStatisticsLabelObject.h.

template<class TLabel, unsigned int VImageDimension>
const AttributeType itk::StatisticsLabelObject< TLabel, VImageDimension >::HISTOGRAM = 216
static

Definition at line 96 of file itkStatisticsLabelObject.h.

template<class TLabel, unsigned int VImageDimension>
const unsigned int itk::StatisticsLabelObject< TLabel, VImageDimension >::ImageDimension = VImageDimension
static

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

Definition at line 59 of file itkStatisticsLabelObject.h.

template<class TLabel, unsigned int VImageDimension>
const AttributeType itk::StatisticsLabelObject< TLabel, VImageDimension >::KURTOSIS = 213
static

Definition at line 93 of file itkStatisticsLabelObject.h.

template<class TLabel, unsigned int VImageDimension>
const AttributeType itk::LabelObject< TLabel, VImageDimension >::LABEL = 0
staticinherited

Definition at line 82 of file itkLabelObject.h.

template<class TLabel, unsigned int VImageDimension>
PointType itk::StatisticsLabelObject< TLabel, VImageDimension >::m_CenterOfGravity
private

Definition at line 585 of file itkStatisticsLabelObject.h.

template<class TLabel, unsigned int VImageDimension>
double itk::StatisticsLabelObject< TLabel, VImageDimension >::m_Elongation
private

Definition at line 591 of file itkStatisticsLabelObject.h.

template<class TLabel, unsigned int VImageDimension>
double itk::StatisticsLabelObject< TLabel, VImageDimension >::m_Flatness
private

Definition at line 593 of file itkStatisticsLabelObject.h.

template<class TLabel, unsigned int VImageDimension>
HistogramType::ConstPointer itk::StatisticsLabelObject< TLabel, VImageDimension >::m_Histogram
private

Definition at line 592 of file itkStatisticsLabelObject.h.

template<class TLabel, unsigned int VImageDimension>
double itk::StatisticsLabelObject< TLabel, VImageDimension >::m_Kurtosis
private

Definition at line 590 of file itkStatisticsLabelObject.h.

template<class TLabel, unsigned int VImageDimension>
double itk::StatisticsLabelObject< TLabel, VImageDimension >::m_Maximum
private

Definition at line 577 of file itkStatisticsLabelObject.h.

template<class TLabel, unsigned int VImageDimension>
IndexType itk::StatisticsLabelObject< TLabel, VImageDimension >::m_MaximumIndex
private

Definition at line 583 of file itkStatisticsLabelObject.h.

template<class TLabel, unsigned int VImageDimension>
double itk::StatisticsLabelObject< TLabel, VImageDimension >::m_Mean
private

Definition at line 578 of file itkStatisticsLabelObject.h.

template<class TLabel, unsigned int VImageDimension>
double itk::StatisticsLabelObject< TLabel, VImageDimension >::m_Median
private

Definition at line 582 of file itkStatisticsLabelObject.h.

template<class TLabel, unsigned int VImageDimension>
double itk::StatisticsLabelObject< TLabel, VImageDimension >::m_Minimum
private

Definition at line 576 of file itkStatisticsLabelObject.h.

template<class TLabel, unsigned int VImageDimension>
IndexType itk::StatisticsLabelObject< TLabel, VImageDimension >::m_MinimumIndex
private

Definition at line 584 of file itkStatisticsLabelObject.h.

template<class TLabel, unsigned int VImageDimension>
MatrixType itk::StatisticsLabelObject< TLabel, VImageDimension >::m_PrincipalAxes
private

Definition at line 588 of file itkStatisticsLabelObject.h.

template<class TLabel, unsigned int VImageDimension>
VectorType itk::StatisticsLabelObject< TLabel, VImageDimension >::m_PrincipalMoments
private

Definition at line 587 of file itkStatisticsLabelObject.h.

InternalReferenceCountType itk::LightObject::m_ReferenceCount
mutableprotectedinherited

Number of uses of this object by other objects.

Definition at line 141 of file itkLightObject.h.

SimpleFastMutexLock itk::LightObject::m_ReferenceCountLock
mutableprotectedinherited

Mutex lock to protect modification to the reference count

Definition at line 144 of file itkLightObject.h.

template<class TLabel, unsigned int VImageDimension>
double itk::StatisticsLabelObject< TLabel, VImageDimension >::m_Sigma
private

Definition at line 580 of file itkStatisticsLabelObject.h.

template<class TLabel, unsigned int VImageDimension>
double itk::StatisticsLabelObject< TLabel, VImageDimension >::m_Skewness
private

Definition at line 589 of file itkStatisticsLabelObject.h.

template<class TLabel, unsigned int VImageDimension>
double itk::StatisticsLabelObject< TLabel, VImageDimension >::m_Sum
private

Definition at line 579 of file itkStatisticsLabelObject.h.

template<class TLabel, unsigned int VImageDimension>
double itk::StatisticsLabelObject< TLabel, VImageDimension >::m_Variance
private

Definition at line 581 of file itkStatisticsLabelObject.h.

template<class TLabel, unsigned int VImageDimension>
const AttributeType itk::StatisticsLabelObject< TLabel, VImageDimension >::MAXIMUM = 201
static

Definition at line 81 of file itkStatisticsLabelObject.h.

template<class TLabel, unsigned int VImageDimension>
const AttributeType itk::StatisticsLabelObject< TLabel, VImageDimension >::MAXIMUM_INDEX = 207
static

Definition at line 87 of file itkStatisticsLabelObject.h.

template<class TLabel, unsigned int VImageDimension>
const AttributeType itk::StatisticsLabelObject< TLabel, VImageDimension >::MEAN = 202
static

Definition at line 82 of file itkStatisticsLabelObject.h.

template<class TLabel, unsigned int VImageDimension>
const AttributeType itk::StatisticsLabelObject< TLabel, VImageDimension >::MEDIAN = 206
static

Definition at line 86 of file itkStatisticsLabelObject.h.

template<class TLabel, unsigned int VImageDimension>
const AttributeType itk::StatisticsLabelObject< TLabel, VImageDimension >::MINIMUM = 200
static

Definition at line 80 of file itkStatisticsLabelObject.h.

template<class TLabel, unsigned int VImageDimension>
const AttributeType itk::StatisticsLabelObject< TLabel, VImageDimension >::MINIMUM_INDEX = 208
static

Definition at line 88 of file itkStatisticsLabelObject.h.

template<class TLabel , unsigned int VImageDimension>
const AttributeType itk::ShapeLabelObject< TLabel, VImageDimension >::PERIMETER = 112
staticinherited

Definition at line 86 of file itkShapeLabelObject.h.

template<class TLabel , unsigned int VImageDimension>
const AttributeType itk::ShapeLabelObject< TLabel, VImageDimension >::PHYSICAL_SIZE = 101
staticinherited

Definition at line 75 of file itkShapeLabelObject.h.

template<class TLabel , unsigned int VImageDimension>
const AttributeType itk::ShapeLabelObject< TLabel, VImageDimension >::PHYSICAL_SIZE_ON_BORDER = 107
staticinherited

Definition at line 81 of file itkShapeLabelObject.h.

template<class TLabel, unsigned int VImageDimension>
const AttributeType itk::StatisticsLabelObject< TLabel, VImageDimension >::PRINCIPAL_AXES = 212
static

Definition at line 92 of file itkStatisticsLabelObject.h.

template<class TLabel, unsigned int VImageDimension>
const AttributeType itk::StatisticsLabelObject< TLabel, VImageDimension >::PRINCIPAL_MOMENTS = 211
static

Definition at line 91 of file itkStatisticsLabelObject.h.

template<class TLabel , unsigned int VImageDimension>
const AttributeType itk::ShapeLabelObject< TLabel, VImageDimension >::REGION = 105
staticinherited

Definition at line 79 of file itkShapeLabelObject.h.

template<class TLabel , unsigned int VImageDimension>
const AttributeType itk::ShapeLabelObject< TLabel, VImageDimension >::REGION_ELONGATION = 102
staticinherited

Definition at line 76 of file itkShapeLabelObject.h.

template<class TLabel , unsigned int VImageDimension>
const AttributeType itk::ShapeLabelObject< TLabel, VImageDimension >::ROUNDNESS = 113
staticinherited

Definition at line 87 of file itkShapeLabelObject.h.

template<class TLabel, unsigned int VImageDimension>
const AttributeType itk::StatisticsLabelObject< TLabel, VImageDimension >::SIGMA = 204
static

Definition at line 84 of file itkStatisticsLabelObject.h.

template<class TLabel , unsigned int VImageDimension>
const AttributeType itk::ShapeLabelObject< TLabel, VImageDimension >::SIZE = 100
staticinherited

Definition at line 74 of file itkShapeLabelObject.h.

template<class TLabel , unsigned int VImageDimension>
const AttributeType itk::ShapeLabelObject< TLabel, VImageDimension >::SIZE_ON_BORDER = 106
staticinherited

Definition at line 80 of file itkShapeLabelObject.h.

template<class TLabel , unsigned int VImageDimension>
const AttributeType itk::ShapeLabelObject< TLabel, VImageDimension >::SIZE_REGION_RATIO = 103
staticinherited

Definition at line 77 of file itkShapeLabelObject.h.

template<class TLabel, unsigned int VImageDimension>
const AttributeType itk::StatisticsLabelObject< TLabel, VImageDimension >::SKEWNESS = 214
static

Definition at line 94 of file itkStatisticsLabelObject.h.

template<class TLabel, unsigned int VImageDimension>
const AttributeType itk::StatisticsLabelObject< TLabel, VImageDimension >::SUM = 203
static

Definition at line 83 of file itkStatisticsLabelObject.h.

template<class TLabel, unsigned int VImageDimension>
const AttributeType itk::StatisticsLabelObject< TLabel, VImageDimension >::VARIANCE = 205
static

Definition at line 85 of file itkStatisticsLabelObject.h.


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

Generated at Sun Feb 3 2013 02:38:33 for Orfeo Toolbox with doxygen 1.8.1.1