error occuring
Afficher commentaires plus anciens
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 .......
Réponses (1)
Kevin Holst
le 28 Fév 2012
0 votes
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 commentaires
Walter Roberson
le 28 Fév 2012
For example, you may need to use im2bw() to convert a color image to black and white.
prem preet
le 28 Fév 2012
Catégories
En savoir plus sur Image Processing Toolbox dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!