IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
Classes | Typedefs

Eigen decomposition 3d data. More...

Classes

class  ipsdk::imaproc::attr::Eigen3dData
 Eigen decomposition 3d data. More...
 

Typedefs

typedef boost::shared_ptr< ipsdk::imaproc::attr::Eigen3dDataipsdk::imaproc::attr::Eigen3dDataPtr
 shared pointer to ipsdk::imaproc::attr::Eigen3dData
 
typedef boost::shared_ptr< const ipsdk::imaproc::attr::Eigen3dDataipsdk::imaproc::attr::Eigen3dDataConstPtr
 shared pointer to const ipsdk::imaproc::attr::Eigen3dData
 

Detailed Description

Eigen decomposition 3d data.

SubNodes description

Name ToolTip Associated Class Default Value
X X coordinate for eigen data. ipsdk::DataItemLeaf<ipsdk::ipReal64>
Y Y coordinate for eigen data. ipsdk::DataItemLeaf<ipsdk::ipReal64>
Z Z coordinate for eigen data. ipsdk::DataItemLeaf<ipsdk::ipReal64>
LambdaMax Maximum eigen value. ipsdk::DataItemLeaf<ipsdk::ipReal64>
LambdaInter Intermediate eigen value. ipsdk::DataItemLeaf<ipsdk::ipReal64>
LambdaMin Minimum eigen value. ipsdk::DataItemLeaf<ipsdk::ipReal64>
Chi Rotation around Z'' axis. ipsdk::DataItemLeaf<ipsdk::ipReal64>
Beta Rotation around Y' axis. ipsdk::DataItemLeaf<ipsdk::ipReal64>
Alpha Rotation around X axis. ipsdk::DataItemLeaf<ipsdk::ipReal64>