I have two sets of face images - RGB images, acquired from web-camera and Thermal images, collected using Optris PI450.
I want to find the temperature of face regions like nose, forehead, chin, etc. using the combination of visible and thermal images. For instance, I want to detect nose in visible images, and find corresponding pixel location in thermal images.
To start with, I did stereo calibration using a heated checkerboard, and found both camera's intrinsic and extrinsic parameters using MATLAB Stereo Calibration toolbox.
Any suggestion on how to proceed further will be grateful.