how to find angle of inclination of the object in binary images
6 ビュー (過去 30 日間)
古いコメントを表示
Please any one show me the code for finding angle of inclination of the object in binary image, Please help me.
0 件のコメント
回答 (1 件)
Image Analyst
2014 年 3 月 3 日
See my image segmentation tutorial, "BlobsDemo" http://www.mathworks.com/matlabcentral/fileexchange/?term=authorid%3A31862
In short, you process your image until you get to an image that you can threshold into foreground and background. Then you call regionprops on the foreground and ask for the 'Orientation' of all the blobs. That's the angles of the major axis of an ellipse fit to the blobs.
2 件のコメント
参考
カテゴリ
Help Center および File Exchange で Image Segmentation and Analysis についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!