IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
CircleIntensityTypes.h
Go to the documentation of this file.
1 // CircleIntensityTypes.h:
3 // ----------------
4 //
14 
15 #ifndef __IPSDKIPLATTRIBUTES_CIRCLEINTENSITYTYPES_H__
16 #define __IPSDKIPLATTRIBUTES_CIRCLEINTENSITYTYPES_H__
17 
19 
20 namespace ipsdk {
21 namespace imaproc {
22 namespace attr {
23 
26 
32  (eCIT_Both)
33 )
34 
35 
38 } // end of namespace attr
39 } // end of namespace imaproc
40 } // end of namespace ipsdk
41 
42 #endif // __IPSDKIPLATTRIBUTES_CIRCLEINTENSITYTYPES_H__
eCircleIntensityType
Enumerate describing circle intensity type.
Definition: CircleIntensityTypes.h:31
Only detect dark circles on bright background.
Definition: CircleIntensityTypes.h:35
Only detect bright circles on dark background.
Definition: CircleIntensityTypes.h:33
Detect all circles, dark and bright.
Definition: CircleIntensityTypes.h:37
#define IPSDK_ENUM(enumTypeStr, enumSeq)