ITK
4.2.0
Insight Segmentation and Registration Toolkit
|
#include <itkMahalanobisDistanceMetric.h>
Public Types | |
typedef SmartPointer< const Self > | ConstPointer |
typedef vnl_matrix< double > | CovarianceMatrixType |
typedef Superclass::OriginType | MeanVectorType |
typedef Superclass::MeasurementVectorSizeType | MeasurementVectorSizeType |
typedef Superclass::MeasurementVectorType | MeasurementVectorType |
typedef SmartPointer< Self > | Pointer |
typedef MahalanobisDistanceMetric | Self |
typedef DistanceMetric< TVector > | Superclass |
Public Types inherited from itk::Statistics::DistanceMetric< TVector > | |
typedef Array< double > | OriginType |
Public Types inherited from itk::FunctionBase< TVector, double > | |
typedef TVector | InputType |
typedef double | OutputType |
Public Types inherited from itk::Object | |
Public Types inherited from itk::LightObject |
Public Member Functions | |
double | Evaluate (const MeasurementVectorType &measurement) const |
double | Evaluate (const MeasurementVectorType &x1, const MeasurementVectorType &x2) const |
virtual const CovarianceMatrixType & | GetCovariance () |
virtual double | GetDoubleMax () const |
virtual const CovarianceMatrixType & | GetInverseCovariance () |
const MeanVectorType & | GetMean () const |
void | SetCovariance (const CovarianceMatrixType &cov) |
virtual void | SetDoubleMax (double _arg) |
void | SetInverseCovariance (const CovarianceMatrixType &invcov) |
void | SetMean (const MeanVectorType &mean) |
virtual void | SetMeasurementVectorSize (MeasurementVectorSizeType) |
virtual void | SetEpsilon (double _arg) |
virtual double | GetEpsilon () const |
Public Member Functions inherited from itk::Statistics::DistanceMetric< TVector > | |
virtual const OriginType & | GetOrigin () |
void | SetOrigin (const OriginType &x) |
virtual MeasurementVectorSizeType | GetMeasurementVectorSize () const |
Protected Member Functions | |
MahalanobisDistanceMetric (void) | |
void | PrintSelf (std::ostream &os, Indent indent) const |
virtual | ~MahalanobisDistanceMetric (void) |
DistanceMetric () | |
virtual | ~DistanceMetric () |
Protected Member Functions inherited from itk::FunctionBase< TVector, double > | |
FunctionBase () | |
~FunctionBase () | |
Protected Member Functions inherited from itk::Object | |
Object () | |
bool | PrintObservers (std::ostream &os, Indent indent) const |
virtual void | SetTimeStamp (const TimeStamp &time) |
virtual | ~Object () |
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 () |
Private Member Functions | |
void | CalculateInverseCovariance () |
Private Attributes | |
CovarianceMatrixType | m_Covariance |
double | m_DoubleMax |
double | m_Epsilon |
CovarianceMatrixType | m_InverseCovariance |
MeanVectorType | m_Mean |
virtual const char * | GetNameOfClass () const |
virtual ::itk::LightObject::Pointer | CreateAnother (void) const |
static Pointer | New () |
Additional Inherited Members |
MahalanobisDistanceMetric class computes a Mahalanobis distance given a mean and covariance.
Definition at line 46 of file itkMahalanobisDistanceMetric.h.
typedef SmartPointer< const Self > itk::Statistics::MahalanobisDistanceMetric< TVector >::ConstPointer |
Reimplemented from itk::Statistics::DistanceMetric< TVector >.
Definition at line 54 of file itkMahalanobisDistanceMetric.h.
typedef vnl_matrix< double > itk::Statistics::MahalanobisDistanceMetric< TVector >::CovarianceMatrixType |
Type used for representing the covariance matrix
Definition at line 71 of file itkMahalanobisDistanceMetric.h.
typedef Superclass::OriginType itk::Statistics::MahalanobisDistanceMetric< TVector >::MeanVectorType |
Type used for representing the mean vector
Definition at line 68 of file itkMahalanobisDistanceMetric.h.
typedef Superclass::MeasurementVectorSizeType itk::Statistics::MahalanobisDistanceMetric< TVector >::MeasurementVectorSizeType |
Typedef to represent the length of measurement vectors
Reimplemented from itk::Statistics::DistanceMetric< TVector >.
Definition at line 65 of file itkMahalanobisDistanceMetric.h.
typedef Superclass::MeasurementVectorType itk::Statistics::MahalanobisDistanceMetric< TVector >::MeasurementVectorType |
Typedef to represent the measurement vector type
Reimplemented from itk::Statistics::DistanceMetric< TVector >.
Definition at line 58 of file itkMahalanobisDistanceMetric.h.
typedef SmartPointer< Self > itk::Statistics::MahalanobisDistanceMetric< TVector >::Pointer |
Reimplemented from itk::Statistics::DistanceMetric< TVector >.
Definition at line 53 of file itkMahalanobisDistanceMetric.h.
typedef MahalanobisDistanceMetric itk::Statistics::MahalanobisDistanceMetric< TVector >::Self |
Standard class typedefs
Reimplemented from itk::Statistics::DistanceMetric< TVector >.
Definition at line 51 of file itkMahalanobisDistanceMetric.h.
typedef DistanceMetric< TVector > itk::Statistics::MahalanobisDistanceMetric< TVector >::Superclass |
Reimplemented from itk::Statistics::DistanceMetric< TVector >.
Definition at line 52 of file itkMahalanobisDistanceMetric.h.
|
protected |
|
inlineprotectedvirtual |
Definition at line 115 of file itkMahalanobisDistanceMetric.h.
|
private |
|
virtual |
Strandard macros
Reimplemented from itk::Object.
|
virtual |
Method to get probability of an instance. The return value is the value of the density function, not probability.
Implements itk::Statistics::DistanceMetric< TVector >.
|
virtual |
Gets the distance between x1 and x2.
Implements itk::Statistics::DistanceMetric< TVector >.
|
virtual |
Method to get covariance matrix
|
virtual |
|
virtual |
Set/Get tolerance values
|
virtual |
Method to get covariance matrix
const MeanVectorType& itk::Statistics::MahalanobisDistanceMetric< TVector >::GetMean | ( | ) | const |
Method to get mean
|
virtual |
Strandard macros
Reimplemented from itk::Statistics::DistanceMetric< TVector >.
|
static |
Strandard macros
Reimplemented from itk::Object.
|
protectedvirtual |
Get method for the length of the measurement vector
Reimplemented from itk::Statistics::DistanceMetric< TVector >.
void itk::Statistics::MahalanobisDistanceMetric< TVector >::SetCovariance | ( | const CovarianceMatrixType & | cov | ) |
Method to set covariance matrix Also, this function calculates inverse covariance and pre factor of MahalanobisDistance Distribution to speed up GetProbability
|
virtual |
|
virtual |
Set/Get tolerance values
void itk::Statistics::MahalanobisDistanceMetric< TVector >::SetInverseCovariance | ( | const CovarianceMatrixType & | invcov | ) |
Method to set inverse covariance matrix
void itk::Statistics::MahalanobisDistanceMetric< TVector >::SetMean | ( | const MeanVectorType & | mean | ) |
Method to set mean
|
virtual |
Set the length of each measurement vector.
Reimplemented from itk::Statistics::DistanceMetric< TVector >.
|
private |
Definition at line 120 of file itkMahalanobisDistanceMetric.h.
|
private |
Definition at line 127 of file itkMahalanobisDistanceMetric.h.
|
private |
Definition at line 126 of file itkMahalanobisDistanceMetric.h.
|
private |
Definition at line 124 of file itkMahalanobisDistanceMetric.h.
|
private |
Definition at line 119 of file itkMahalanobisDistanceMetric.h.