필터 지우기
필터 지우기

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일)
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 CenterFile Exchange에서 Hyperspectral Image Processing에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by