IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
OutlineSlopeAngularity2dMsrInfo.h
1 // OutlineSlopeAngularity2dMsrInfo.h:
3 // ----------------------------------
4 //
15 
16 #ifndef __IPSDKIPLSHAPEANALYSIS_OUTLINESLOPEANGULARITY2DMSRINFO_H__
17 #define __IPSDKIPLSHAPEANALYSIS_OUTLINESLOPEANGULARITY2DMSRINFO_H__
18 
20 #include <IPSDKIPL/IPSDKIPLShapeAnalysis/Measure/Geometry/FormFactor/Angularity/OutlineSlopeAngularity2d/OutlineSlopeAngularity2dMsrParams.h>
22 
23 namespace ipsdk {
24 namespace imaproc {
25 namespace shape {
26 namespace analysis {
27 
30 
31 // declare a measure information
33  OutlineSlopeAngularity2d,
35  IPSDK_MEASURE_NO_DEPENDENCY,
36  eMSR_RequireShapeBoundaryApprox,
37  eMUF_RadianUnit)
38 
39 // methods
40 public:
41 
42 protected:
43 
44 // attributs
45 protected:
46 
47 };
48 
51 
52 } // end of namespace analysis
53 } // end of namespace shape
54 } // end of namespace imaproc
55 } // end of namespace ipsdk
56 
57 #endif // __IPSDKIPLSHAPEANALYSIS_OUTLINESLOPEANGULARITY2DMSRINFO_H__
Definition of import/export macro for library.
#define IPSDK_DECLARE_GEOMETRY2D_MEASURE_INFO_WITH_PARAMS(libraryName, msrName, msrResultType, msrDependSeq, msrShapeRequirements, msrUnitFormat)