Join dots in binary image.
3 ビュー (過去 30 日間)
古いコメントを表示
I want to remove that one dot and join the curve points. tried medfilt2() but not getting the desired ouput.
0 件のコメント
回答 (1 件)
Alfonso
2018 年 5 月 3 日
11 件のコメント
Guillaume
2018 年 5 月 3 日
編集済み: Guillaume
2018 年 5 月 3 日
getting this error!
And the error message explains clearly what the problem is:
Expected input number 2 to match one of these values:
'holes'
The input, 'holes ' did not match any of the valid values
Error in removeBlob
I = bwlabel(imfill(I>0, 'holes '));
The option is 'holes' not 'holes '. Get rid of that extra space and learn to read the error message.
参考
カテゴリ
Help Center および File Exchange で Read, Write, and Modify Image についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!

