Difference in im2bw and imbinarize function while display the binary image
Mostra commenti meno recenti
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.
Risposta accettata
Più risposte (0)
Categorie
Scopri di più su Modify Image Colors in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!