I am building a methodology for temperature measurements using infrared imaging for Arabidopsis thaliana. I am interested to know if someone else already built an IR image analysis protocol for rosette plants. Thanks!
A built-in toolbox in Matlab could be useful for thermal image analysis.
Check out this example: https://www.mathworks.com/company/newsletters/articles/automating-image-registration-with-matlab.html
and a video webinar on how to perform thermal analysis can be viewed here: https://www.mathworks.com/videos/thermal-analysis-with-matlab-and-flir-cameras-98177.html?elqsid=1514345343105&potential_use=Education
Thank you all for the help! To be more specific, the main challenge is to be able to isolate the plants in an IR image and quantify their temperature. In most of the IR software this can be done by setting the temperature threshold in a way to exclude the background temperatures. In my case this cannot be done because the temperature of the plants may sometimes be equal to that of the background. One possible solution is to subtract plant temperature via the help of an identical VIS image. In other words, the VIS image can be used to select the pixels corresponding to plants and then apply this information to the IR image. Does somebody know the steps to do that using a freeware like imagej?