thermal_base
thermal_base copied to clipboard
Decoding and common processing for thermographs / thermograms. Currently supports FLIR's TIFF and PNG encoded metadata, and DJI-encoded metadata
I am testing the thermal_base library with some images from a DJI ZH20T, and the temperatures that I get are not what I was expecting. Basically all the values exported...
In the function `extract_temperatures_dji` the meta data like Emissivity, .. is read from the image, and afterwards the whole meta dictionary is set to constant values. Why is this done?
I recently got some pictures with DJI Zenmuse H20T camera,but I have no idea how to convert the pictures to tiff files in order to splicing them to one tiff...
Hi, i just stumbled upon this project so i am not sure if i understand correctly. To me this seems wrong: https://github.com/detecttechnologies/thermal_base/blob/main/thermal_base/thermal_base.py#L110-L125 I am going to try to built it...
Hi, I tried your algorithm and I found that the output thermal data are very different from the ones we expected (we used DJI Thermal Analysis Tool as comparison). We...