OpenDroneMap / ODM

A command line toolkit to generate maps, point clouds, 3D models and DEMs from drone, balloon or kite images. 📷
https://opendronemap.org
GNU Affero General Public License v3.0
4.91k stars 1.11k forks source link

Add black level support for certain DJI drones #1772

Closed pierotofy closed 4 months ago

pierotofy commented 4 months ago

Adds support for reading the BlackCurrent (black level) tag in DJI drones (e.g. M3M).

I also noticed that in absence of a radiometric calibration coefficient (from Micasense), the multiplication skews the reflectance values. I can't quite remember why we had such a fallback multiplication, but I can't find any reference in the updated Micasense codebase, so I think it's correct and safe to remove.

Might solve https://community.opendronemap.org/t/need-help-with-dji-m3m-ortophoto-generation/20893 (issue 2).