How to recognize the boundary of an object

2 次查看(过去 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
Walter Roberson 2014-1-13
We will need some sample images to assist you, as different techniques are required for different situations.

请先登录,再进行评论。

采纳的回答

Image Analyst
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 个)

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by