Is it possible to display 'float64' .tif images in PyQt5 window?
-
Is it possible to display 'float64' .tif images in PyQt5 window?
-
Yes, but you have to convert the image to RGB32 first.
-
Probably I need to use OpenCV? Or I miss something here?
-
@john_hobbyist said in Is it possible to display 'float64' .tif images in PyQt5 window?:
Probably I need to use OpenCV?
You can also do it by your own. Don't understand the question...
-
The problem is that the only accepted format in PyQt is "uint8", correct me if I am wrong. And if I use openCV it does not keep georeferencing (coordinates in other words). I am trying to figure out how to use this solution: https://stackoverflow.com/questions/61912083/convert-float-image-array-to-int-in-pil-via-image-fromarray . How would you approach it, by saying to do it on my own??
-
Yes .tif gathered from UAVs depicting land...with georeferencing...