Opening PCIDSK ".PIX" hyperspectral files in Matlab multibandread.

조회 수: 3 (최근 30일)
Max1000000
Max1000000 2015년 7월 24일
편집: Max1000000 2015년 8월 6일
The multibandread function seems to misread certain PCI ".pix" files.
here's an example of what I'm using:
A1 = multibandread('Image.pix',[2000, 2000, 90],'uint16', 0,'bip', 'ieee-be');
I’ve found that I can read the files but they seem to have an “offset” on each band (for example, if there were 150 bands in the image and the pixels in the top row have a maximum spectral intensity on band #1, the pixels on the second row will have the maximum intensity shifted to band #50, and the next row will have it on band #100 and then it will begin again at #1). This creates black lines across each single band image.
Does anyone know any way to fix this or what I'm doing wrong?
  댓글 수: 2
Max1000000
Max1000000 2015년 8월 6일
Sorry that was an unfortunate typo in my question, in the code its uint16

댓글을 달려면 로그인하십시오.

답변 (0개)

카테고리

Help CenterFile Exchange에서 Display Point Clouds에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by