IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
ProjStatTypes.h
Go to the documentation of this file.
1 // ProjStatTypes.h:
3 // ----------------
4 //
14 
15 #ifndef __IPSDKIPLATTRIBUTES_PROJSTATTYPES_H__
16 #define __IPSDKIPLATTRIBUTES_PROJSTATTYPES_H__
17 
19 
20 namespace ipsdk {
21 namespace imaproc {
22 namespace attr {
23 
26 
30  (ePST_Max)
32  (ePST_Median)
34  (ePST_StdDev)
36  (ePST_Variance)
37 )
38 
39 
40 
43 } // end of namespace attr
44 } // end of namespace imaproc
45 } // end of namespace ipsdk
46 
47 #endif // __IPSDKIPLATTRIBUTES_PROJSTATTYPES_H__
compute the sum
Definition: ProjStatTypes.h:43
compute the maximum
Definition: ProjStatTypes.h:33
compute the median
Definition: ProjStatTypes.h:37
compute the minimum
Definition: ProjStatTypes.h:39
eProjStatType
Enumerate describing the statistic projections.
Definition: ProjStatTypes.h:31
compute the variance
Definition: ProjStatTypes.h:45
compute the standard deviation
Definition: ProjStatTypes.h:41
compute the mean
Definition: ProjStatTypes.h:35
#define IPSDK_ENUM(enumTypeStr, enumSeq)