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.
更多回答(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!