opencv hough trans.

asked 2018-06-05 13:18:08 -0600

LFIprogrammer gravatar image

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 ?

edit retag flag offensive close merge delete

Comments

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...

sjhalayka gravatar imagesjhalayka ( 2018-06-05 14:45:29 -0600 )edit