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
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!