How to fill the interior of the boundary surface of the object?
조회 수: 1 (최근 30일)
이전 댓글 표시
Hi dear community members,
i have an object whose boundary surface is filled as 1s and 3s. i want to fill the interior. using imfill() function, it filled the interior but it fills extra regions as well.
The file is attanced for the points of the objects. Thanks in advance for cooperation.
댓글 수: 0
답변 (1개)
darova
2021년 3월 14일
use bwselect
댓글 수: 7
Image Analyst
2021년 3월 19일
bwselect() allows you to manually, or by code, select a particular blob(s) that you want to extract into a new image. It does not fill shapes.
참고 항목
카테고리
Help Center 및 File Exchange에서 Image Segmentation and Analysis에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!