how can i detect circle object in this image?

1 view (last 30 days)
i need to detect circle objet in this image

Accepted Answer

Image Analyst
Image Analyst on 27 Jul 2015
Well the simple but probably not the best way is to just threshold, then get rid of noise blobs with bwareaopen() or bwareafilt(). You will find a basic image segmentation tutorial based on thresholding in my File Exchange: http://www.mathworks.com/matlabcentral/fileexchange/?term=authorid%3A31862

More Answers (0)

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!