[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Imread with BitDepth =16 and the given number of bands
From: |
JaimePi |
Subject: |
Imread with BitDepth =16 and the given number of bands |
Date: |
Fri, 26 Jul 2019 03:25:59 -0500 (CDT) |
I am working with geotiff images and I am founding the next behaviour when
using I=imread(...)
When the image is BitDepth= 16 and 4 bands
--> Only 1 band is read.
When the image is BitDepth= 8 and 4 bands
--> 4 bands are read.
When the image is BitDepth= 16 and 3 bands
--> 3 bands are read.
Am I doing something wrong. Might it be a bug? Would it be realistic to wait
a solution?
Thank you all in advance,
JaimePi
--
Sent from: http://octave.1599824.n4.nabble.com/Octave-General-f1599825.html
- Imread with BitDepth =16 and the given number of bands,
JaimePi <=