How to recognize the boundary of an object
1 回表示 (過去 30 日間)
古いコメントを表示
Please let me know How to recognize the boundary of an object and determine the object area from that of an image in matlab. Thanks.
1 件のコメント
Walter Roberson
2014 年 1 月 13 日
We will need some sample images to assist you, as different techniques are required for different situations.
採用された回答
Image Analyst
2014 年 1 月 13 日
Assuming you have already segmented your object into foreground and background (you have a binary image), then try bwboundaries() to get a list of (x,y) coordinates, or bwperim() to get an image of the perimeter.
2 件のコメント
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Computer Vision with Simulink についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!