tomasz-lewicki / ai-thermometer

Fever screening with IR & RGB cameras and Deep CNNs
148 stars 39 forks source link

Add an option for calibirating readings with a blackbody reference #24

Closed tomasz-lewicki closed 3 years ago

tomasz-lewicki commented 3 years ago

AI Thermometer should have an option for online calibration with an external blackbody reference for more accurate readings. My general idea to implement this is as follows:

  1. The callibration can be realized with a physical blackbody that is placed at a fixed position at the scene.
  2. The blackbody is set to a known temperature close to human body ~37C/~98.6F and is used to calibrate the IR camera's drift.

I plan to add this in V0.5 of the software. Any suggestions on how to realize that feature are welcome :)

tomasz-lewicki commented 3 years ago

Added in #31