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

Hu moments of a shape. More...

Classes

class  ipsdk::imaproc::attr::HuMoments
 Hu moments of a shape. More...
 

Typedefs

typedef boost::shared_ptr< ipsdk::imaproc::attr::HuMomentsipsdk::imaproc::attr::HuMomentsPtr
 shared pointer to ipsdk::imaproc::attr::HuMoments
 
typedef boost::shared_ptr< const ipsdk::imaproc::attr::HuMomentsipsdk::imaproc::attr::HuMomentsConstPtr
 shared pointer to const ipsdk::imaproc::attr::HuMoments
 
IPSDKIPLATTRIBUTES_API HuMomentsPtr ipsdk::imaproc::attr::createHuMoments (const ipsdk::ipReal64 I1, const ipsdk::ipReal64 I2, const ipsdk::ipReal64 I3, const ipsdk::ipReal64 I4, const ipsdk::ipReal64 I5, const ipsdk::ipReal64 I6, const ipsdk::ipReal64 I7, const ipsdk::ipReal64 I8)
 function allowing to initialize input parameters for this data item
 

Detailed Description

Hu moments of a shape.

SubNodes description

Name ToolTip Associated Class Default Value
I1 First coefficient of the Hu moments. ipsdk::DataItemLeaf<ipsdk::ipReal64>
I2 Second coefficient of the Hu moments. ipsdk::DataItemLeaf<ipsdk::ipReal64>
I3 Third coefficient of the Hu moments. ipsdk::DataItemLeaf<ipsdk::ipReal64>
I4 Fourth coefficient of the Hu moments. ipsdk::DataItemLeaf<ipsdk::ipReal64>
I5 Fifth coefficient of the Hu moments. ipsdk::DataItemLeaf<ipsdk::ipReal64>
I6 Sixth coefficient of the Hu moments. ipsdk::DataItemLeaf<ipsdk::ipReal64>
I7 Seventh coefficient of the Hu moments. ipsdk::DataItemLeaf<ipsdk::ipReal64>
I8 Eighth coefficient of the Hu moments. ipsdk::DataItemLeaf<ipsdk::ipReal64>