How to convert bitmap image to thermal image?

asked 2014-09-15 04:07:14 -0600

Compvis gravatar image

updated 2014-09-15 04:10:58 -0600

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

edit retag flag offensive close merge delete

Comments

5

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.

jamesnzt gravatar imagejamesnzt ( 2014-09-15 06:10:18 -0600 )edit