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

Feature 3d signature objects based on local grey level analysis. More...

Classes

class  ipsdk::imaproc::attr::Feature3dGreySignature
 Feature 3d signature objects based on local grey level analysis. More...
 

Typedefs

typedef boost::shared_ptr< ipsdk::imaproc::attr::Feature3dGreySignatureipsdk::imaproc::attr::Feature3dGreySignaturePtr
 shared pointer to ipsdk::imaproc::attr::Feature3dGreySignature
 
typedef boost::shared_ptr< const ipsdk::imaproc::attr::Feature3dGreySignatureipsdk::imaproc::attr::Feature3dGreySignatureConstPtr
 shared pointer to const ipsdk::imaproc::attr::Feature3dGreySignature
 

Detailed Description

Feature 3d signature objects based on local grey level analysis.

SubNodes description

Name ToolTip Associated Class Default Value
X Feature x coordinates. ipsdk::DataItemLeaf<ipsdk::ipReal64>
Y Feature y coordinates. ipsdk::DataItemLeaf<ipsdk::ipReal64>
Z Feature z coordinates. ipsdk::DataItemLeaf<ipsdk::ipReal64>
LambdaMin Minimum eigen value at feature point. ipsdk::DataItemLeaf<ipsdk::ipReal64>
LambdaInter Intermediate eigen value at feature point. ipsdk::DataItemLeaf<ipsdk::ipReal64>
LambdaMax Maximum eigen value at feature point. ipsdk::DataItemLeaf<ipsdk::ipReal64>
Chi Eigen decomposition chi orientation at feature point. ipsdk::DataItemLeaf<ipsdk::ipReal64>
Beta Eigen decomposition beta orientation at feature point. ipsdk::DataItemLeaf<ipsdk::ipReal64>
Alpha Eigen decomposition alpha orientation at feature point. ipsdk::DataItemLeaf<ipsdk::ipReal64>
Signature Collection of feature 2d signature objects based on local grey level analysis. ipsdk::DataItemLeafColl<ipsdk::ipReal64>