Drawing a circle to get radius from the binary results of image data
2 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
youssef mourad
il 28 Feb 2016
Risposto: Image Analyst
il 1 Mar 2016
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.
0 Commenti
Risposta accettata
Cam Salzberger
il 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.
Hope this helps!
-Cam
0 Commenti
Più risposte (1)
Image Analyst
il 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
0 Commenti
Vedere anche
Categorie
Scopri di più su Image Processing Toolbox in Help Center e File Exchange
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!