Opening PCIDSK ".PIX" hyperspectral files in Matlab multibandread.
4 views (last 30 days)
Show older comments
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?
Answers (0)
See Also
Categories
Find more on Hyperspectral Image Processing 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!