when i run this code >>hyperImage=imread('19920612_AVIRIS_IndianPine_Site3.tif'); >> plane100 = hyperImage(:, :, 100); the image is displayed as black. but i don't want it as black.
Show older comments
when i run this code
>>hyperImage=imread('19920612_AVIRIS_IndianPine_Site3.tif');
>> plane100 = hyperImage(:, :, 100);
the image is displayed as black. but i don't want it as black.
Answers (1)
Walter Roberson
on 1 Jul 2017
imshow(plane100, [])
Categories
Find more on Process Point Clouds 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!