Algorithm behind regionprops for fitting ellipse?
Mostrar comentarios más antiguos
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??
Respuestas (2)
Image Analyst
el 10 de En. de 2013
0 votos
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
el 10 de En. de 2013
edit regionprops
And search for where it computes the ellipses. In R2012b, line 626:706.
Categorías
Más información sobre Region and Image Properties en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!