Why getting black image as output?
Show older comments
I have 3 bands images.(tif). I try to open it but it look black. why? how can I open it colored?
I=imread('10030050.tif');
imshow(I)
3 Comments
Walter Roberson
on 18 May 2020
What shows up for size(I) and class(I) and max(I(:)) ?
Merve YILDIRIM
on 18 May 2020
Merve YILDIRIM
on 18 May 2020
Accepted Answer
More Answers (0)
Categories
Find more on Image Arithmetic in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!