MorphoGraphX  2.0-1-227
Public Member Functions | Public Attributes | List of all members
mgx::PCA Class Reference

#include <PCA.hpp>

Public Member Functions

 PCA ()
 
 ~PCA ()
 
bool operator() (const Matrix3f &corr)
 

Public Attributes

Point3f p1
 
Point3f p2
 
Point3f p3
 
Point3f ev
 
gsl_matrix * mat
 
gsl_vector * eval
 
gsl_matrix * evec
 
gsl_eigen_symmv_workspace * w
 

Detailed Description

Definition at line 24 of file PCA.hpp.

Constructor & Destructor Documentation

◆ PCA()

mgx::PCA::PCA ( )
inline

Definition at line 36 of file PCA.hpp.

◆ ~PCA()

mgx::PCA::~PCA ( )
inline

Definition at line 39 of file PCA.hpp.

Member Function Documentation

◆ operator()()

bool mgx::PCA::operator() ( const Matrix3f corr)

Member Data Documentation

◆ ev

Point3f mgx::PCA::ev

Definition at line 30 of file PCA.hpp.

◆ eval

gsl_vector* mgx::PCA::eval

Definition at line 32 of file PCA.hpp.

◆ evec

gsl_matrix* mgx::PCA::evec

Definition at line 33 of file PCA.hpp.

◆ mat

gsl_matrix* mgx::PCA::mat

Definition at line 31 of file PCA.hpp.

◆ p1

Point3f mgx::PCA::p1

Definition at line 29 of file PCA.hpp.

◆ p2

Point3f mgx::PCA::p2

Definition at line 29 of file PCA.hpp.

◆ p3

Point3f mgx::PCA::p3

Definition at line 29 of file PCA.hpp.

◆ w

gsl_eigen_symmv_workspace* mgx::PCA::w

Definition at line 34 of file PCA.hpp.


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