Join dots in binary image.
2 次查看(过去 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.
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!