IPSDK
4_1_0_2
IPSDK : Image Processing Software Development Kit
IPSDK_Nightly
include
public
IPSDKIPL
IPSDKIPLShapeAnalysis
Measure
Geometry
Inertia
Inertia3dOrientationPhi
Inertia3dOrientationPhiMsrInfo.h
1
// Inertia3dOrientationPhiMsrInfo.h:
3
// ---------------------------------
4
//
16
17
#ifndef __IPSDKIPLSHAPEANALYSIS_INERTIA3DORIENTATIONPHIMSRINFO_H__
18
#define __IPSDKIPLSHAPEANALYSIS_INERTIA3DORIENTATIONPHIMSRINFO_H__
19
20
#include <
IPSDKIPL/IPSDKIPLShapeAnalysis/IPSDKIPLShapeAnalysisExports.h
>
21
#include <
IPSDKBaseShapeAnalysis/Measure/Info/MeasureInfoHdrMacros.h
>
22
23
namespace
ipsdk
{
24
namespace
imaproc {
25
namespace
shape {
26
namespace
analysis {
27
28
31
32
// declare a measure information
33
IPSDK_DECLARE_GENERIC_MEASURE_INFO_WITHOUT_PARAMS
(IPSDKIPLShapeAnalysis,
34
Inertia3dOrientationPhi,
35
ipsdk::shape::analysis::ValueMeasureResult<ipsdk::ipReal64>
,
36
((eMVP_3d)(Orientation)(InertiaOrientation3d)),
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_INERTIA3DORIENTATIONPHIMSRINFO_H__
ipsdk::shape::analysis::ValueMeasureResult
IPSDK_DECLARE_GENERIC_MEASURE_INFO_WITHOUT_PARAMS
#define IPSDK_DECLARE_GENERIC_MEASURE_INFO_WITHOUT_PARAMS(libraryName, msrName, msrResultType, msrDependSeq, msrUnitFormat)
IPSDKIPLShapeAnalysisExports.h
Definition of import/export macro for library.
MeasureInfoHdrMacros.h
ipsdk
Generated on Tue Apr 15 2025 16:24:00 for IPSDK by
1.8.14