| 1 | initial version |
this post is useful for understanding depth.
AFAIK you need CV_LOAD_IMAGE_ANYDEPTH flag when loading GDAL images. see Reading Geospatial Raster files with GDAL
| 2 | No.2 Revision |
this post is useful for understanding depth.
AFAIK you need flag of imread() when loading GDAL CV_LOAD_IMAGE_ANYDEPTHIMREAD_ANYDEPTHimages. images.
for more information see Reading Geospatial Raster files with GDAL
| 3 | No.3 Revision |
this post is useful for understanding depth.
AFAIK you need IMREAD_ANYDEPTH flag of imread() when loading GDAL images.
for more information see Reading Geospatial Raster files with GDAL
EDIT: here you can find more information ( thanks for downvoter! leads me to learn.)