Difference in im2bw and imbinarize function while display the binary image
Afficher commentaires plus anciens
BW=im2bw(I);
subplot(1,1,1), imshow(BW), title('BINARY')
I am getting the binary image as output when i run the above code but the same thing if i use imbinarize function than display the BW than i am getting the x & y axis plot. why is this ?
am using Matlab R2018a version tool.
Réponse acceptée
Plus de réponses (0)
Catégories
En savoir plus sur Modify Image Colors 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!