How to convert bitmap image to thermal image?
Hi, I want to simulate thermal image from bitmap image like this. Is there any way to convert bitmap image to thermal image by using OpenCV?
Thanks
obtaining Thermal image from normal RGB image is not possible. we can just color map it. But it is not a real thermal image. and
the image(link) was actually taken using a thermal camera of FLIR. You can do that in OpenCV if u have original image as well as thermal image of same scene using mouse action functions.