IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
CylinderUnrollingIntegrationTypes.h
Go to the documentation of this file.
1 // CylinderUnrollingIntegrationTypes.h:
3 // ----------------
4 //
14 
15 #ifndef __IPSDKIPLATTRIBUTES_CYLINDERUNROLLINGINTEGRATIONTYPES_H__
16 #define __IPSDKIPLATTRIBUTES_CYLINDERUNROLLINGINTEGRATIONTYPES_H__
17 
19 
20 namespace ipsdk {
21 namespace imaproc {
22 namespace attr {
23 
26 
30  (eCUIT_Max)
32  (eCUIT_Min)
33 )
34 
35 
36 
39 } // end of namespace attr
40 } // end of namespace imaproc
41 } // end of namespace ipsdk
42 
43 #endif // __IPSDKIPLATTRIBUTES_CYLINDERUNROLLINGINTEGRATIONTYPES_H__
eCylinderUnrollingIntegrationType
Definition: CylinderUnrollingIntegrationTypes.h:31
compute the minimum along thickness
Definition: CylinderUnrollingIntegrationTypes.h:37
compute the maximum along thickness
Definition: CylinderUnrollingIntegrationTypes.h:33
compute the mean along thickness
Definition: CylinderUnrollingIntegrationTypes.h:35
#define IPSDK_ENUM(enumTypeStr, enumSeq)