how to fill in the image by connecting every point in the image in a bw image
2 ビュー (過去 30 日間)
古いコメントを表示
I have images like following
I'd like to connect every point with every point on this image so that I am able to fill in the gap on top left conor. How do I manage to do this. Or is there any better way?
for the 1st image, I'd like the result to be like
0 件のコメント
回答 (1 件)
Jamal Nasir
2020 年 4 月 14 日
%%%%%%%%%%%% you can use Morphlogical operation
%%%%%%%%%% using sphere with your tested redius after fiil it
se=strel('sphere',10);
imr=imopen(im,se);
参考
カテゴリ
Help Center および File Exchange で Image Processing Toolbox についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!