IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
HuMoments2dMsrInfo.h
1 // HuMoments2dMsrInfo.h:
3 // ---------------------
4 //
15 
16 #ifndef __IPSDKIPLSHAPEANALYSIS_HUMOMENTS2DMSRINFO_H__
17 #define __IPSDKIPLSHAPEANALYSIS_HUMOMENTS2DMSRINFO_H__
18 
20 #include <IPSDKIPL/IPSDKIPLShapeAnalysis/Measure/Geometry/Basic/HolesBasicPolicyMsrParams.h>
22 
23 namespace ipsdk {
24 namespace imaproc {
25 namespace shape {
26 namespace analysis {
27 
29 
32 
36 
39 
40 // declare a measure information
42  HuMoments2d,
44  IPSDK_MEASURE_NO_DEPENDENCY,
45  eMSR_RequireShapeBoundaryApprox,
46  eMUF_NoUnit)
47 
48 // methods
49 public:
50 
51 protected:
52 
53 // attributs
54 protected:
55 
56 };
57 
60 
61 } // end of namespace analysis
62 } // end of namespace shape
63 } // end of namespace imaproc
64 } // end of namespace ipsdk
65 
66 #endif // __IPSDKIPLSHAPEANALYSIS_HUMOMENTS2DMSRINFO_H__
Definition of import/export macro for library.
Measurement results object for measure HuMoments2d.
Definition: HuMoments2dMsrResults.h:36
Parameter object for measures needing a basic hole processing policy.
Definition: HolesBasicPolicyMsrParams.h:41
HolesBasicPolicyMsrParams HuMoments2dMsrParams
parameter type associated to class
Definition: HuMoments2dMsrInfo.h:28
#define IPSDK_DECLARE_GEOMETRY2D_MEASURE_INFO_WITH_PARAMS(libraryName, msrName, msrResultType, msrDependSeq, msrShapeRequirements, msrUnitFormat)