opencv hough trans.
Hi, I'm sezai. hough Trans using the opencv library in Python. I'm driving. My problem is that there are 6 coins in the image, and only I want to find these 6 circle, while other circles around it find. How do I solve this problem ?
Please post your code and sample image.
Have you not looked at HoughCircles? There are minimum distance, and minimum and maximum radius parameters; change those to fit your needs.
https://docs.opencv.org/3.3.1/da/d53/...
https://docs.opencv.org/2.4/modules/i...