IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
OBBHeightMsrInfo.h
1 // OBBHeightMsrInfo.h:
3 // ------------------
4 //
15 
16 #ifndef __IPSDKIPLSHAPEANALYSIS_OBBHEIGHTMSRINFO_H__
17 #define __IPSDKIPLSHAPEANALYSIS_OBBHEIGHTMSRINFO_H__
18 
20 #include <IPSDKIPL/IPSDKIPLShapeAnalysis/Measure/Geometry/OrientedBoundingBox/OBBHeight/OBBHeightMsrParams.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  OBBHeight,
37  ((eMVP_3d)(OrientedBoundingBox)(OrientedBoundingBox3d)(createOrientedBoundingBox3dMsrParams(_pMsrParams->getValue<OBBHeightMsrParams::NbOrientations>()))),
38  eMUF_LengthUnit)
39 
40 // methods
41 public:
42 
43 protected:
44 
45 // attributs
46 protected:
47 
48 };
49 
52 
53 } // end of namespace analysis
54 } // end of namespace shape
55 } // end of namespace imaproc
56 } // end of namespace ipsdk
57 
58 #endif // __IPSDKIPLSHAPEANALYSIS_OBBHEIGHTMSRINFO_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 ...