필터 지우기
필터 지우기

How to recognize the boundary of an object

조회 수: 1 (최근 30일)
roro6992
roro6992 2014년 1월 13일
댓글: roro6992 2014년 1월 16일
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.
  댓글 수: 2
Image Analyst
Image Analyst 2014년 1월 14일
roro, are you still alive?
roro6992
roro6992 2014년 1월 16일
yea I am. Sorry for the late reply. N thanx. Ur ans worked :)

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

Community Treasure Hunt

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

Start Hunting!

Translated by