How to bridge the gaps
6 ビュー (過去 30 日間)
古いコメントを表示
Stelios Fanourakis
2019 年 9 月 17 日
コメント済み: KALYAN ACHARJYA
2019 年 9 月 17 日
Please, see attached image.
I already, tried bwmorph(img,'bridge'); but it couldn't connect the detached lines.
I don't want to use extreme values of imdilate() since then the original shape and direction of the lines is lost. With extreme values of imdilate() I get thicker lines and this is not something I want to. I want to retain the same thickness but to get them elongated in a way so they can connect.
Any advice please?
Thanks
0 件のコメント
採用された回答
KALYAN ACHARJYA
2019 年 9 月 17 日
編集済み: KALYAN ACHARJYA
2019 年 9 月 17 日
"I want to retain the same thickness but to get them elongated in a way so they can connect".
I tried using
se=strel('line',h,v);
result=imdilate(binary_image,se);
After that
use imerode (different structuring element), may be you will get similar to the original shape, with reaching the almost equal thickness.
4 件のコメント
その他の回答 (0 件)
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!