Ask Your Question
0

locate the circle in the image..

asked 2013-01-15 06:31:46 -0600

vanangamudi gravatar image

hoe to locate the circle in the image.. this is the picture captured.image to be processed after some series of preprocessing this is the resultafter some preprocessing operations

how to detect which one of the following is the circle i.e ball ???

edit retag flag offensive close merge delete

1 answer

Sort by ยป oldest newest most voted
0

answered 2013-01-15 07:49:57 -0600

Michael Burdinov gravatar image

You can use Hough Circle detector to find circles in image. You can use it either on your original image (after convertion to gray level) or on your segmented image (not the most effective approach but very simple one).

edit flag offensive delete link more

Question Tools

Stats

Asked: 2013-01-15 06:31:46 -0600

Seen: 558 times

Last updated: Jan 15 '13