Effacer les filtres
Effacer les filtres

when i run this code >>hyperIma​ge=imread(​'19920612_​AVIRIS_Ind​ianPine_Si​te3.tif'); >> plane100 = hyperImage(:, :, 100); the image is displayed as black. but i don't want it as black.

1 vue (au cours des 30 derniers jours)
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.

Réponses (1)

Walter Roberson
Walter Roberson le 1 Juil 2017
imshow(plane100, [])

Catégories

En savoir plus sur Hyperspectral Image Processing dans Help Center et File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by