Algorithm behind regionprops for fitting ellipse?
显示 更早的评论
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??
回答(2 个)
Image Analyst
2013-1-10
0 个投票
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
2013-1-10
edit regionprops
And search for where it computes the ellipses. In R2012b, line 626:706.
类别
在 帮助中心 和 File Exchange 中查找有关 Region and Image Properties 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!