IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
InertiaOrientation2dMsrInfo.h
1 // InertiaOrientation2dMsrInfo.h:
3 // ------------------------------
4 //
15 
16 #ifndef __IPSDKIPLSHAPEANALYSIS_INERTIAORIENTATION2DMSRINFO_H__
17 #define __IPSDKIPLSHAPEANALYSIS_INERTIAORIENTATION2DMSRINFO_H__
18 
21 
22 namespace ipsdk {
23 namespace imaproc {
24 namespace shape {
25 namespace analysis {
26 
29 
30 // declare a measure information
32  InertiaOrientation2d,
34  ((eMVP_2d)(Inertia)(Inertia2d)),
35  eMUF_RadianUnit)
36 
37 // methods
38 public:
39 
40 protected:
41 
42 // attributs
43 protected:
44 
45 };
46 
49 
50 } // end of namespace analysis
51 } // end of namespace shape
52 } // end of namespace imaproc
53 } // end of namespace ipsdk
54 
55 #endif // __IPSDKIPLSHAPEANALYSIS_INERTIAORIENTATION2DMSRINFO_H__
#define IPSDK_DECLARE_GENERIC_MEASURE_INFO_WITHOUT_PARAMS(libraryName, msrName, msrResultType, msrDependSeq, msrUnitFormat)
Definition of import/export macro for library.