IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
GradientAngularityIndex2dMsrInfo.h
1 // GradientAngularityIndex2dMsrInfo.h:
3 // -----------------------------------
4 //
15 
16 #ifndef __IPSDKIPLSHAPEANALYSIS_GRADIENTANGULARITYINDEX2DMSRINFO_H__
17 #define __IPSDKIPLSHAPEANALYSIS_GRADIENTANGULARITYINDEX2DMSRINFO_H__
18 
21 
22 namespace ipsdk {
23 namespace imaproc {
24 namespace shape {
25 namespace analysis {
26 
29 
30 // declare a measure information
32  GradientAngularityIndex2d,
34  IPSDK_MEASURE_NO_DEPENDENCY,
35  eMSR_RequireShapeBoundaryApprox,
36  eMUF_CustomUnit)
37 
38 // methods
39 public:
40 
41 protected:
44  std::string computeCustomMsrUnitStr(const std::string& baseUnitStr) const;
45 
46 // attributs
47 protected:
48 
49 };
50 
53 
54 } // end of namespace analysis
55 } // end of namespace shape
56 } // end of namespace imaproc
57 } // end of namespace ipsdk
58 
59 #endif // __IPSDKIPLSHAPEANALYSIS_GRADIENTANGULARITYINDEX2DMSRINFO_H__
Definition of import/export macro for library.
#define IPSDK_DECLARE_GEOMETRY2D_MEASURE_INFO_WITHOUT_PARAMS(libraryName, msrName, msrResultType, msrDependSeq, msrShapeRequirements, msrUnitFormat)