Problem with .tif images display in matlab
Afficher commentaires plus anciens
I don't understand why my images (.TIF extension) are not showing clearly in MATLAB. When I try to view same picture in any other photo viewer app, I can see a clear image.Below I am attaching my image in matlab (on the left) and genral image in photo viewer(on the right). somebody please explain me what to do. Thanks in advance
I used the following simple code to display image in matlab.
img = imread("Water_T_90_t_inj_10_P_05_M10250.tif");
imshow(img)

3 commentaires
Rohit Thokala
le 18 Déc 2021
Rohit Thokala
le 18 Déc 2021
Modifié(e) : Rohit Thokala
le 18 Déc 2021
Réponse acceptée
Plus de réponses (0)
Catégories
En savoir plus sur Contrast Adjustment 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!