项目作者: kentavv

项目描述 :
Batch process FLIR radiometric (thermal) JPEGs and generate clean lossless images with consistent scale and palette
高级语言: Python
项目地址: git://github.com/kentavv/flir-batch-process.git
创建时间: 2020-01-23T17:37:47Z
项目社区:https://github.com/kentavv/flir-batch-process

开源协议:GNU General Public License v3.0

下载


flir-batch-process

Batch process FLIR radiometric (thermal) JPEGs and generate clean lossless images with consistent scale and palette

Given several FLIR radiometric JPEGs, find the temperature range across all images, use the same scale
and palette for all images, and write lossless final images with minimal chart junk.

Originally created to batch process thermal images of plants for a plant phenotyping study,
the script was later made more generic to process thermal images of a spindle on a CNC mill.

The processing script relies upon ExifTool to extract the EXIF data from FLIR radiometric JPEGs.
The script has been developed with a FLIR E5 infrared camera.

This work is indebted to many on the EEVBlog and ExifTool forums who figured out the file format and conversion
equations from raw values to temperatures.