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.83k stars 1.1k forks source link

Speed-up undistortion by 2x #1765

Closed pierotofy closed 3 months ago

pierotofy commented 3 months ago

Speeds up the undistortion step by at least 2x, using caching to avoid recomputing camera mappings.

https://github.com/OpenDroneMap/OpenSfM/commit/5c9fe5be9f5a0d0f18af18167de6d130e995a931

pierotofy commented 3 months ago
pierotofy commented 3 months ago

Improves #1761