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

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

Classes

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

Typedefs

typedef boost::shared_ptr< ipsdk::imaproc::attr::Feature2dGreySignatureipsdk::imaproc::attr::Feature2dGreySignaturePtr
 shared pointer to ipsdk::imaproc::attr::Feature2dGreySignature
 
typedef boost::shared_ptr< const ipsdk::imaproc::attr::Feature2dGreySignatureipsdk::imaproc::attr::Feature2dGreySignatureConstPtr
 shared pointer to const ipsdk::imaproc::attr::Feature2dGreySignature
 

Detailed Description

Feature 2d 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>
LambdaMin Minimum eigen value at feature point. ipsdk::DataItemLeaf<ipsdk::ipReal64>
LambdaMax Maximum eigen value at feature point. ipsdk::DataItemLeaf<ipsdk::ipReal64>
Theta Eigen decomposition principal orientation at feature point. ipsdk::DataItemLeaf<ipsdk::ipReal64>
Signature Collection of intensity values associated to local feature signature. ipsdk::DataItemLeafColl<ipsdk::ipReal64>