필터 지우기
필터 지우기

Join dots in binary image.

조회 수: 1 (최근 30일)
khushboo chhikara
khushboo chhikara 2018년 5월 3일
댓글: khushboo chhikara 2018년 5월 3일
I want to remove that one dot and join the curve points. tried medfilt2() but not getting the desired ouput.

답변 (1개)

Alfonso
Alfonso 2018년 5월 3일
  댓글 수: 11
Guillaume
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.
khushboo chhikara
khushboo chhikara 2018년 5월 3일
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 --

댓글을 달려면 로그인하십시오.

Community Treasure Hunt

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

Start Hunting!

Translated by