CStructuralTensor2D Class Reference

#include <VisionX/vision_algorithms/EVP/Foundation/Mathematics/2D/StructuralTensor2D.h>

Public Member Functions

 CStructuralTensor2D ()
 
 CStructuralTensor2D (const real Cxx, const real Cxy, const real Cyy)
 
bool Decomposition (const real Cxx, const real Cxy, const real Cyy)
 
bool Decomposition ()
 
real GetMainAxisLength () const
 
real GetSecondaryAxisLength () const
 
CVector2D GetUnitaryMainAxis () const
 
CVector2D GetUnitarySecondaryAxis () const
 
bool IsSingular () const
 
 ~CStructuralTensor2D ()
 

Protected Attributes

ND::LinearAlgebra::CMatrixND m_Covariance
 
ND::LinearAlgebra::CMatrixND m_EigenValues
 
ND::LinearAlgebra::CMatrixND m_EigenVectors
 
bool m_IsSingular
 

Detailed Description

Definition at line 21 of file StructuralTensor2D.h.

Constructor & Destructor Documentation

Definition at line 17 of file StructuralTensor2D.cpp.

CStructuralTensor2D ( const real  Cxx,
const real  Cxy,
const real  Cyy 
)

Definition at line 24 of file StructuralTensor2D.cpp.

Definition at line 37 of file StructuralTensor2D.cpp.

Member Function Documentation

bool Decomposition ( const real  Cxx,
const real  Cxy,
const real  Cyy 
)

Definition at line 42 of file StructuralTensor2D.cpp.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

bool Decomposition ( )

Definition at line 61 of file StructuralTensor2D.cpp.

+ Here is the call graph for this function:

real GetMainAxisLength ( ) const

Definition at line 70 of file StructuralTensor2D.cpp.

+ Here is the caller graph for this function:

real GetSecondaryAxisLength ( ) const

Definition at line 76 of file StructuralTensor2D.cpp.

+ Here is the caller graph for this function:

CVector2D GetUnitaryMainAxis ( ) const

Definition at line 82 of file StructuralTensor2D.cpp.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

CVector2D GetUnitarySecondaryAxis ( ) const

Definition at line 88 of file StructuralTensor2D.cpp.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

bool IsSingular ( ) const

Definition at line 55 of file StructuralTensor2D.cpp.

+ Here is the caller graph for this function:

Field Documentation

ND::LinearAlgebra::CMatrixND m_Covariance
protected

Definition at line 41 of file StructuralTensor2D.h.

ND::LinearAlgebra::CMatrixND m_EigenValues
protected

Definition at line 43 of file StructuralTensor2D.h.

ND::LinearAlgebra::CMatrixND m_EigenVectors
protected

Definition at line 42 of file StructuralTensor2D.h.

bool m_IsSingular
protected

Definition at line 39 of file StructuralTensor2D.h.


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