Crates.io | thermal |
lib.rs | thermal |
version | 0.3.1 |
source | src |
created_at | 2021-07-27 04:57:58.825006 |
updated_at | 2022-06-23 18:34:48.394614 |
description | Process thermal images from FLIR cameras |
homepage | https://github.com/AspecScire/thermal |
repository | https://github.com/AspecScire/thermal |
max_upload_size | |
id | 427785 |
size | 95,720 |
Library and tools to process thermal images from FLIR cameras.
This crate provides two functionalities:
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.
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
The crate also provides two handy binaries:
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.