Ring Detection [closed]

asked 2016-09-15 02:31:44 -0600

shek gravatar image

updated 2020-10-26 12:34:19 -0600

hii, I"m trying to develop a software which will detect the number of rings in a conveyor belt and the dimension of that rings in cm, i'm new to image processing which will be the best method for that.The image sensor output is a grayscale image.

edit retag flag offensive reopen merge delete

Closed for the following reason question is not relevant or outdated by sturkmen
close date 2020-10-26 12:31:39.443394

Comments

You are on the right track with the ciircular Hough transform.

Here is a tutorial for coin detection using OpenCV; probably it's easy to adapt for your case: http://www.geeksforgeeks.org/opencv-c...

kbarni gravatar imagekbarni ( 2016-09-15 03:09:39 -0600 )edit