IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
OBBCenterYMsrInfo.h
1 // OBBCenterYMsrInfo.h:
3 // --------------------
4 //
15 
16 #ifndef __IPSDKIPLSHAPEANALYSIS_OBBCENTERYMSRINFO_H__
17 #define __IPSDKIPLSHAPEANALYSIS_OBBCENTERYMSRINFO_H__
18 
20 #include <IPSDKIPL/IPSDKIPLShapeAnalysis/Measure/Geometry/OrientedBoundingBox/OBBCenterY/OBBCenterYMsrParams.h>
21 #include <IPSDKIPL/IPSDKIPLShapeAnalysis/Measure/Geometry/OrientedBoundingBox/OrientedBoundingBox2d/OrientedBoundingBox2dMsrParams.h>
22 #include <IPSDKIPL/IPSDKIPLShapeAnalysis/Measure/Geometry/OrientedBoundingBox/OrientedBoundingBox3d/OrientedBoundingBox3dMsrParams.h>
24 
25 namespace ipsdk {
26 namespace imaproc {
27 namespace shape {
28 namespace analysis {
29 
32 
33 // declare a measure information
35  OBBCenterY,
37  ((eMVP_2d)(OrientedBoundingBox)(OrientedBoundingBox2d)(createOrientedBoundingBox2dMsrParams(_pMsrParams->getValue<OBBCenterYMsrParams::NbOrientations>())))
38  ((eMVP_3d)(OrientedBoundingBox)(OrientedBoundingBox3d)(createOrientedBoundingBox3dMsrParams(_pMsrParams->getValue<OBBCenterYMsrParams::NbOrientations>()))),
39  eMUF_LengthUnit)
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_OBBCENTERYMSRINFO_H__
#define IPSDK_DECLARE_GENERIC_MEASURE_INFO_WITH_PARAMS(libraryName, msrName, msrResultType, msrDependSeq, msrUnitFormat)
Definition of import/export macro for library.
IPSDKIPLSHAPEANALYSIS_API OrientedBoundingBox3dMsrParamsPtr createOrientedBoundingBox3dMsrParams(ipUInt32 nbOrientations)
function allowing to create a new parameter object for OrientedBoundingBox3d measure ...
IPSDKIPLSHAPEANALYSIS_API OrientedBoundingBox2dMsrParamsPtr createOrientedBoundingBox2dMsrParams(ipUInt32 nbOrientations)
function allowing to create a new parameter object for OrientedBoundingBox2d measure ...