Loading...
Uploaded by mpawel85 on Feb 20, 2009
Finding circles using OpenCV library. I've just started learning OpenCV so the efect isn't impressive but i thinnk it's OK.
Science & Technology
Standard YouTube License
Hi, nice one. Could I ask how you can detect multiple circles?
Thanks
coolsupermario 2 years ago
when you create CvMemStorage structure you can use CvSeq structure variable to get access to all circles that have been found.
i.e
CvSeg *circ = cvHoughCircles(...);
then put a loop and examine all circ to draw circles on the screen.
mpawel85 2 years ago
I wrote the code using Hough function its very helpful
mpawel85 3 years ago
yeah, something nice :)
klexxa 3 years ago 3
Hi, just a question, this is an OpenCV sample program or you wrote the code?
Is there a way to know what opencv funtions did you use it?
Thanks.
marcelo39 3 years ago
Load more suggestions
Hi, nice one. Could I ask how you can detect multiple circles?
Thanks
coolsupermario 2 years ago
when you create CvMemStorage structure you can use CvSeq structure variable to get access to all circles that have been found.
i.e
CvSeg *circ = cvHoughCircles(...);
then put a loop and examine all circ to draw circles on the screen.
mpawel85 2 years ago
I wrote the code using Hough function its very helpful
mpawel85 3 years ago