Saving IR images
Hello,
I managed to load an IR image captured by an IR camera with a legacy format. I manage to see the image which are with a very poor contrast (almost grey, but something can be seen). I tried to save the image in a bmp format (imwrite("filename.bmp", image_IR)
) but the resulting image is completely white.
Does anybody have any suggestion?