IPSDK
4_1_0_2
IPSDK : Image Processing Software Development Kit
IPSDK_Nightly
include
public
IPSDKIPL
IPSDKIPLShapeAnalysis
Measure
Geometry
Basic
ImageRatio
ImageRatioMsrInfo.h
1
// ImageRatioMsrInfo.h:
3
// ----------------------
4
//
15
16
#ifndef __IPSDKIPLSHAPEANALYSIS_IMAGERATIOMSRINFO_H__
17
#define __IPSDKIPLSHAPEANALYSIS_IMAGERATIOMSRINFO_H__
18
19
#include <
IPSDKIPL/IPSDKIPLShapeAnalysis/IPSDKIPLShapeAnalysisExports.h
>
20
//#include <IPSDKIPL/IPSDKIPLShapeAnalysis/Measure/Geometry/Basic/HolesBasicPolicyMsrParams.h>
21
#include <
IPSDKBaseShapeAnalysis/Measure/Info/MeasureInfoHdrMacros.h
>
22
23
namespace
ipsdk
{
24
namespace
imaproc {
25
namespace
shape {
26
namespace
analysis {
27
30
33
//typedef HolesBasicPolicyMsrParams ImageRatioMsrParams;
34
37
38
// declare a measure information
39
IPSDK_DECLARE_GENERIC_MEASURE_INFO_WITHOUT_PARAMS
(IPSDKIPLShapeAnalysis,
40
ImageRatio,
41
ipsdk::shape::analysis::ValueMeasureResult<ipsdk::ipReal64>
,
42
((eMVP_2d)(Volume)(NbPixels2d))
43
((eMVP_3d)(Volume)(NbPixels3d)),
44
eMUF_NoUnit)
45
46
// methods
47
public
:
48
49
protected
:
50
51
// attributs
52
protected
:
53
54
};
55
58
59
}
// end of namespace analysis
60
}
// end of namespace shape
61
}
// end of namespace imaproc
62
}
// end of namespace ipsdk
63
64
#endif // __IPSDKIPLSHAPEANALYSIS_ImageRatioMSRINFO_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