IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
RadiusAngularityIndex2dMsrInfo.h
1 // RadiusAngularityIndex2dMsrInfo.h:
3 // ---------------------------------
4 //
15 
16 #ifndef __IPSDKIPLSHAPEANALYSIS_RADIUSANGULARITYINDEX2DMSRINFO_H__
17 #define __IPSDKIPLSHAPEANALYSIS_RADIUSANGULARITYINDEX2DMSRINFO_H__
18 
20 #include <IPSDKIPL/IPSDKIPLShapeAnalysis/Measure/Geometry/FormFactor/Angularity/RadiusAngularityIndex2d/RadiusAngularityIndex2dMsrParams.h>
21 #include <IPSDKIPL/IPSDKIPLShapeAnalysis/Measure/Geometry/Basic/HolesBasicPolicyMsrParams.h>
23 
24 namespace ipsdk {
25 namespace imaproc {
26 namespace shape {
27 namespace analysis {
28 
31 
32 // declare a measure information
34  RadiusAngularityIndex2d,
36  ((eMVP_2d)(Perimeter2d)(Perimeter2d)(createHolesBasicPolicyMsrParams(_pMsrParams->getValue<RadiusAngularityIndex2dMsrParams::ProcessHoles>())))
37  ((eMVP_2d)(Area2d)(PolygonArea2d)(createHolesBasicPolicyMsrParams(_pMsrParams->getValue<RadiusAngularityIndex2dMsrParams::ProcessHoles>())))
38  ((eMVP_2d)(Barycenter2d)(Barycenter2d))
39  ((eMVP_2d)(InertiaOrientation2d)(InertiaOrientation2d))
40  ((eMVP_2d)(Shape2dRTree)(Shape2dRTree)),
41  eMSR_RequireShapeBoundaryApprox,
42  eMUF_NoUnit)
43 
44 // methods
45 public:
46 
47 protected:
48 
49 // attributs
50 protected:
51 
52 };
53 
56 
57 } // end of namespace analysis
58 } // end of namespace shape
59 } // end of namespace imaproc
60 } // end of namespace ipsdk
61 
62 #endif // __IPSDKIPLSHAPEANALYSIS_RADIUSANGULARITYINDEX2DMSRINFO_H__
Definition of import/export macro for library.
IPSDKIPLSHAPEANALYSIS_API HolesBasicPolicyMsrParamsPtr createHolesBasicPolicyMsrParams(const ipBool bProcessHoles)
function allowing to create a new parameter object for measures needing a basic hole processing polic...
#define IPSDK_DECLARE_GEOMETRY2D_MEASURE_INFO_WITH_PARAMS(libraryName, msrName, msrResultType, msrDependSeq, msrShapeRequirements, msrUnitFormat)