fitting ellipse in connected components
1 回表示 (過去 30 日間)
古いコメントを表示
Hi, I have a binary image and i have identified the connected components. Now i need to fit an ellipse in these connected components. I find that regionprops is a function capable of doing it using its property Éccentricity'. But i think it returns the eccentricty of each connected components but does not connect the components as a ellipse. can someone provide me help in this. I physically need to draw the ellipse in my connected components.
please reply. Thanks
0 件のコメント
回答 (1 件)
Image Analyst
2012 年 10 月 11 日
You can ask for the major axis, minor axis, and orientation, so you can draw the ellipse.
0 件のコメント
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!