Drawing a circle to get radius from the binary results of image data

2 views (last 30 days)
I would like to have a circle image then get the radius specified in binary form using ([A]=IMREAD(CIRCLE). The problem i have is that the image circle i draw isn't a perfect circle so i cannot calculate the radius of the circle.

Accepted Answer

Cam Salzberger
Cam Salzberger on 1 Mar 2016
Hello Youssef,
There is actually an example in the Image Processing Toolbox documentation dedicated to detecting and measuring circles in an image. Since it's geared towards images with multiple circles, it has more functionality than you need, but it still walks you through the process nicely.
The heart of the functionality you need is in the "imfindcircles" function.
Hope this helps!
-Cam

More Answers (1)

Image Analyst
Image Analyst on 1 Mar 2016
There is a FAQ with code for creating a circle: http://matlab.wikia.com/wiki/FAQ#How_do_I_create_a_circle.3F
I have an Image Segmentation Tutorial that shows you how to detect circles (coins) in an image and find their centroid and other measurements: http://www.mathworks.com/matlabcentral/fileexchange/?term=authorid%3A31862

Categories

Find more on Image Processing Toolbox in Help Center and File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!