Join dots in binary image.

4 Ansichten (letzte 30 Tage)
khushboo chhikara
khushboo chhikara am 3 Mai 2018
I want to remove that one dot and join the curve points. tried medfilt2() but not getting the desired ouput.

Antworten (1)

Alfonso
Alfonso am 3 Mai 2018
  11 Kommentare
Guillaume
Guillaume am 3 Mai 2018
Bearbeitet: Guillaume am 3 Mai 2018
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.
khushboo chhikara
khushboo chhikara am 3 Mai 2018
Can we do it without clicking on the blob ? Isn't there is any other way to do it without making a function. And yes kindly help me with this --

Melden Sie sich an, um zu kommentieren.

Kategorien

Mehr zu Read, Write, and Modify Image finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by