Using imread and plot grayscale image
Mostra commenti meno recenti
Hello,
I'm following a tutorial about image processing and there is a following code:
img = imread('tire.tif');
size(img) % 205x232
imagesc(img)
title('Tire.tif')
xlabel('columns')
ylabel('rows')
In the tutoria, picture that is shown is grayscale (black/white), but in my case the picture looks like shown in the attachment. What would a reason for this difference?
Thank you!
The actual picture is attached.
I use online Matlab (latest version).
Risposta accettata
Più risposte (0)
Categorie
Scopri di più su White 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!