IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
KurtosisMsrInfo.h
1 // KurtosisMsrInfo.h:
3 // ------------------
4 //
15 
16 #ifndef __IPSDKIPLSHAPEANALYSIS_KURTOSISMSRINFO_H__
17 #define __IPSDKIPLSHAPEANALYSIS_KURTOSISMSRINFO_H__
18 
21 
22 namespace ipsdk {
23 namespace imaproc {
24 namespace shape {
25 namespace analysis {
26 
29 
30 // declare a measure information
32  Kurtosis,
34  ((eMVP_2d3d)(SumQuad)(SumQuad))
35  ((eMVP_2d3d)(SumCube)(SumCube))
36  ((eMVP_2d3d)(SumSquare)(SumSquare))
37  ((eMVP_2d)(NbPixels)(NbPixels2d))
38  ((eMVP_3d)(NbPixels)(NbPixels3d))
39  ((eMVP_2d3d)(Mean)(Mean))
40  ((eMVP_2d3d)(Variance)(Variance)),
41  eMUF_NoUnit)
42 
43 // methods
44 public:
45 
46 protected:
47 
48 // attributs
49 protected:
50 
51 };
52 
55 
56 } // end of namespace analysis
57 } // end of namespace shape
58 } // end of namespace imaproc
59 } // end of namespace ipsdk
60 
61 #endif // __IPSDKIPLSHAPEANALYSIS_KURTOSISMSRINFO_H__
#define IPSDK_DECLARE_GENERIC_MEASURE_INFO_WITHOUT_PARAMS(libraryName, msrName, msrResultType, msrDependSeq, msrUnitFormat)
Definition of import/export macro for library.