IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
MedianMsrInfo.h
1 // MedianMsrInfo.h:
3 // ----------------
4 //
15 
16 #ifndef __IPSDKIPLSHAPEANALYSIS_MEDIANMSRINFO_H__
17 #define __IPSDKIPLSHAPEANALYSIS_MEDIANMSRINFO_H__
18 
21 #include <IPSDKIPL/IPSDKIPLShapeAnalysis/Measure/Intensity/Histogram/HistogramQuantile/HistogramQuantileMsrParams.h>
22 //#include <IPSDKIPL/IPSDKIPLShapeAnalysis/Measure/Intensity/Histogram/Histogram/HistogramMsrParams.h>
23 
24 namespace ipsdk {
25 namespace imaproc {
26 namespace shape {
27 namespace analysis {
28 
31 
32 // declare a measure information
34  Median,
36  ((eMVP_2d3d)(HistogramQuantile)(HistogramQuantile)(createHistogramQuantileMsrParamsBinWidth(1., 50.))),
37  eMUF_NoUnit)
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_MEDIANMSRINFO_H__
IPSDKIPLSHAPEANALYSIS_API HistogramQuantileMsrParamsPtr createHistogramQuantileMsrParamsBinWidth(const ipReal64 binWidth, const ipReal64 rate)
function allowing to create a new parameter object for HistogramQuantile measure
#define IPSDK_DECLARE_GENERIC_MEASURE_INFO_WITHOUT_PARAMS(libraryName, msrName, msrResultType, msrDependSeq, msrUnitFormat)
Definition of import/export macro for library.