Closed GoogleCodeExporter closed 8 years ago
Actually, based on the C example in the OpenCV's reference, cvHoughCircle
returns a
sequence of pointers. Each pointer points to an array of 3 float32 numbers: the
first
two are the coordinates of the circle's center, and the third one is the
circle's
radius. I tried to use circles.asarrayptr(ctypes.c_float_p) to convert the
resulting
CvSeq into a python list, and it worked.
Please verify on your end and let me know if you have resolved the problem.
Thanks.
Original comment by pmtri80@gmail.com
on 10 May 2009 at 3:22
Ah I see now, your solution works perfectly. Thanks!
Original comment by ian.wetherbee
on 10 May 2009 at 12:46
No problem. I'm closing the issue.
Original comment by pmtri80@gmail.com
on 10 May 2009 at 2:17
Original issue reported on code.google.com by
ian.wetherbee
on 9 May 2009 at 5:22