Connect disconnected boundaries of objects?
조회 수: 2 (최근 30일)
이전 댓글 표시
Hello,
I have segmented a histology slide of a lung and I am trying to label individual airways using bwlabel. The segmentation works adequately so far, however some airways have gaps in their boundary lines. I have tried using morphological closing to close the gaps, but it doesn't work with small structuring elements and using larger SEs will result in losing smaller airways.
Any suggestions on how to do this? I have attached the original and segmented versions as well as a zoomed in version to a particular boundary I would like to close.
댓글 수: 0
답변 (1개)
HANTZ PETER B THERMORIS
2019년 11월 27일
% Try to use the erosion ('imerode') first on your image with a different structure element.
% Then, use the closing with an other srtucture element.
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Biomedical Imaging에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!