error occuring

조회 수: 4 (최근 30일)
prem preet
prem preet 2012년 2월 28일
bw3=bwmorph(bw2,'dilate');
figure,imshow(bw3);
??? Error using ==> iptcheckinput Function BWMORPH expected its first input, BW, to be two-dimensional.
Error in ==> bwmorph at 77 iptcheckinput(a,{'numeric' 'logical'},{'real' 'nonsparse' '2d'}, ...
how to remove this error .......

답변 (1개)

Kevin Holst
Kevin Holst 2012년 2월 28일
I'll go ahead and throw out the obvious, ensure that 'bw2' is a 2-dimensional numeric matrix. http://www.mathworks.com/help/toolbox/images/ref/bwmorph.html
  댓글 수: 2
Walter Roberson
Walter Roberson 2012년 2월 28일
For example, you may need to use im2bw() to convert a color image to black and white.
prem preet
prem preet 2012년 2월 28일
thanxxxxx

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

태그

아직 태그를 입력하지 않았습니다.

Community Treasure Hunt

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

Start Hunting!

Translated by