Circle detect in an image

edited August 2017 in Kinect

I am interested in circle detection on an image. I have used the Blobdetection library, however this code does not work correctly if many circles are present and merge togheter (many circles merged togheter are counted as a single blob). I have read about the Hough Circle function of Opencv. However I have not understood how this function can be used in processing once the opencv library is imported (the code I found on the web does not work in processing). Anyone can help? Thanks.

Answers

Sign In or Register to comment.