フィルターのクリア

Connect disconnected boundaries of objects?

5 ビュー (過去 30 日間)
Eric Chadwick
Eric Chadwick 2018 年 11 月 20 日
回答済み: HANTZ PETER B THERMORIS 2019 年 11 月 27 日
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.

回答 (1 件)

HANTZ PETER B THERMORIS
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.

カテゴリ

Help Center および File ExchangeCall Python from MATLAB についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by