thermal

Crates.iothermal
lib.rsthermal
version0.3.1
sourcesrc
created_at2021-07-27 04:57:58.825006
updated_at2022-06-23 18:34:48.394614
descriptionProcess thermal images from FLIR cameras
homepagehttps://github.com/AspecScire/thermal
repositoryhttps://github.com/AspecScire/thermal
max_upload_size
id427785
size95,720
Nipun Kumar (n-k)

documentation

https://docs.rs/thermal

README

Crates.io Documentation

Library and tools to process thermal images from FLIR cameras.

Overview

This crate provides two functionalities:

  1. Compute temperature from raw sensor values and ambient parameters (typically stored as metadata in the image). The code is a port of the Thermimage R library and its python port.

  2. Parse parameters and raw sensor values from image metadata. Supports parsing R-JPEGs with FFF encoding of Flir parameters, and parsing ExifTool generated JSON (output from exiftool -b -j).

Please see crate documentation for more information

Tools

The crate also provides two handy binaries:

  1. stats: Generates temperature stats for a set of images / JSONs
  2. transform: Generates temperature valued 16-bit single channel TIFF files for images, with value normalized to encode a given range of temperatures.

License

Licensed under either of Apache License, Version 2.0 or MIT license at your option.

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in this crate by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.

Commit count: 0

cargo fmt