IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
RoundnessTypes.h
Go to the documentation of this file.
1 // RoundnessTypes.h:
3 // -----------------
4 //
14 
15 #ifndef __IPSDKIPLSHAPEANALYSIS_ROUNDNESSTYPES_H__
16 #define __IPSDKIPLSHAPEANALYSIS_ROUNDNESSTYPES_H__
17 
19 
20 namespace ipsdk {
21 namespace imaproc {
22 namespace shape {
23 namespace analysis {
24 
27 
31 
35 )
36 
37 
40 } // end of namespace analysis
41 } // end of namespace shape
42 } // end of namespace imaproc
43 } // end of namespace ipsdk
44 
45 #endif // __IPSDKIPLSHAPEANALYSIS_ROUNDNESSTYPES_H__
Maximum inscribed ball.
Definition: RoundnessTypes.h:36
eBallType
Enumerate describing ball type used for roundness measurement.
Definition: RoundnessTypes.h:32
Least square estimated ball.
Definition: RoundnessTypes.h:38
Minimum enclosing ball.
Definition: RoundnessTypes.h:34
#define IPSDK_ENUM(enumTypeStr, enumSeq)