Algorithm behind regionprops for fitting ellipse?
Ältere Kommentare anzeigen
I've just fit an ellipse to an arbitrary shape in an image by using the properties resulting from regionprops.
However I'm unsure of the algorithm behind how it finds these properties, as I need to justify the fit. Any ideas??
Antworten (2)
Image Analyst
am 10 Jan. 2013
0 Stimmen
Perhaps it's similar to what's in the FAQ. Another way to justify it is to run through a bunch of shapes and see if you agree with the ellipses it provides. If you agree, then you've validated it, at least as far as necessary for your purposes.
Sean de Wolski
am 10 Jan. 2013
edit regionprops
And search for where it computes the ellipses. In R2012b, line 626:706.
Kategorien
Mehr zu Region and Image Properties finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!