I am using off the shelf temperature sensors. I want to use the temperature value to display the corresponding color of that temperature just like a thermal camera. So far I have used Wien's Equation to determine the corresponding wavelength of the temperature. I want to find the color between 0 degree Celsius to 100 degrees Celsius. I found a paper that allows to convert wavelength to RGB value, but the values are from 410nm to 780nm which is outside my spectrum range. Can anyone help me?

So far I have used the temperature value to get the corresponding wavelength value using Wien's Equation. Now I just need a law or algorithm to convert it to an RGB value.

Note: I do not want to consider the Emissivity concept or in my case a constant Emissivity of 0.95 can be considered if necessary.

Reference:

http://www.scientificbulletin.upb.ro/rev_docs_arhiva/full49129.pdf

http://www.ajdesigner.com/phpwien/wien_equation.php#ajscroll

Similar questions and discussions