フィルターのクリア

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 回表示 (過去 30 日間)
bidlee devi
bidlee devi 2017 年 7 月 1 日
回答済み: Walter Roberson 2017 年 7 月 1 日
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.

回答 (1 件)

Walter Roberson
Walter Roberson 2017 年 7 月 1 日
imshow(plane100, [])

カテゴリ

Help Center および File ExchangeHyperspectral Image Processing についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by