Quantcast
Channel: OpenCV Q&A Forum - RSS feed
Viewing all articles
Browse latest Browse all 41027

HoughCircles: Getting the biggest one

$
0
0
Using the built in circle detection algorithm, I have trouble to find the biggest circle. For example: HoughCircles(src_gray, circles, CV_HOUGH_GRADIENT, 1, src_gray.rows / 8, 200, 20, 10, 50); ![image description](http://i.imgbox.com/Jv03azqw.png) ![image description](http://i.imgbox.com/1pKHVfos.png) ![image description](http://i.imgbox.com/YhW4KFEK.png) I only draw the best detection, but it seem to be the average of the actually detected circles. How can I detect the biggest one?

Viewing all articles
Browse latest Browse all 41027

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>