Bossgaming099 / ctypes-opencv

Automatically exported from code.google.com/p/ctypes-opencv
0 stars 0 forks source link

Missing radius parameters on cvHoughCircles #9

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
The function wrapper for cvHoughCircles was missing the final two
parameters.  (They weren't in CVtypes either, but are in OpenCV 1.0, so
perhaps they got added before it made 1.0)

Attached is a patch to add them based on the current trunk (r179).

Original issue reported on code.google.com by db3l....@gmail.com on 1 Jan 2009 at 7:37

Attachments:

GoogleCodeExporter commented 8 years ago
Oh, I didn't know about it. Thanks a lot. Patched.

Original comment by pmtri80@gmail.com on 1 Jan 2009 at 7:46