IPSDK
4_1_0_2
IPSDK : Image Processing Software Development Kit
IPSDK_Nightly
include
public
IPSDKIPL
IPSDKIPLShapeAnalysis
Measure
Intensity
Statistics
Mean
MeanMsrInfo.h
1
// MeanMsrInfo.h:
3
// --------------
4
//
15
16
#ifndef __IPSDKIPLSHAPEANALYSIS_MEANMSRINFO_H__
17
#define __IPSDKIPLSHAPEANALYSIS_MEANMSRINFO_H__
18
19
#include <
IPSDKIPL/IPSDKIPLShapeAnalysis/IPSDKIPLShapeAnalysisExports.h
>
20
#include <
IPSDKBaseShapeAnalysis/Measure/Info/MeasureInfoHdrMacros.h
>
21
#include <IPSDKBaseData/DataItem/BaseDataItem.h>
22
23
namespace
ipsdk
{
24
namespace
imaproc {
25
namespace
shape {
26
namespace
analysis {
27
30
31
// declare a measure information
32
IPSDK_DECLARE_GENERIC_MEASURE_INFO_WITHOUT_PARAMS
(IPSDKIPLShapeAnalysis,
33
Mean,
34
ipsdk::shape::analysis::ValueMeasureResult<ipsdk::ipReal64>
,
35
((eMVP_2d3d)(Sum)(Sum))
36
((eMVP_2d)(NbPixels)(NbPixels2d))
37
((eMVP_3d)(NbPixels)(NbPixels3d)),
38
eMUF_NoUnit);
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_MEANMSRINFO_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