IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
Roughness2dMsrInfo.h
1 // Roughness2dMsrInfo.h:
3 // ---------------------
4 //
15 
16 #ifndef __IPSDKIPLSHAPEANALYSIS_ROUGHNESS2DMSRINFO_H__
17 #define __IPSDKIPLSHAPEANALYSIS_ROUGHNESS2DMSRINFO_H__
18 
20 #include <IPSDKIPL/IPSDKIPLShapeAnalysis/Measure/Geometry/FormFactor/Roughness2d/Roughness2dMsrParams.h>
21 #include <IPSDKIPL/IPSDKIPLShapeAnalysis/Measure/Geometry/Basic/HolesBasicPolicyMsrParams.h>
23 
24 namespace ipsdk {
25 namespace imaproc {
26 namespace shape {
27 namespace analysis {
28 
29 
32 
33 // declare a measure information
35  Roughness2d,
37  ((eMVP_2d)(Perimeter2d)(Perimeter2d)(createHolesBasicPolicyMsrParams(_pMsrParams->getValue<Roughness2dMsrParams::ProcessHoles>()))),
38  eMSR_RequireShapeBoundaryApprox,
39  eMUF_NoUnit)
40 
41 // methods
42 public:
43 
44 protected:
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_ROUGHNESS2DMSRINFO_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)