IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
HoughCircles2dAlgoMethods.h
Go to the documentation of this file.
1 // HoughCircles2dAlgoMethods.h:
3 // ----------------
4 //
14 
15 #ifndef __IPSDKIPLATTRIBUTES_HOUGHCIRCLES2DALGOMETHODS_H__
16 #define __IPSDKIPLATTRIBUTES_HOUGHCIRCLES2DALGOMETHODS_H__
17 
19 
20 namespace ipsdk {
21 namespace imaproc {
22 namespace attr {
23 
26 
32 )
33 
34 
37 } // end of namespace attr
38 } // end of namespace imaproc
39 } // end of namespace ipsdk
40 
41 #endif // __IPSDKIPLATTRIBUTES_HOUGHCIRCLES2DALGOMETHODS_H__
Gradient-based phase-coded method.
Definition: HoughCircles2dAlgoMethods.h:35
Gradient-based method.
Definition: HoughCircles2dAlgoMethods.h:33
#define IPSDK_ENUM(enumTypeStr, enumSeq)
eHoughCircles2dAlgoMethod
Enumerate describing Hough circles 2d detector method.
Definition: HoughCircles2dAlgoMethods.h:31