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

Skip feathered raster generation when possible #1760

Closed pierotofy closed 6 months ago

pierotofy commented 6 months ago

It's possible to save time and memory when a user chooses --orthophoto-cutline during a normal (non-split/merge) run. This PR modifies the logic to generate a cutline (as requested), but skips the computation of split/merge specific outputs, which can be compute and memory intensive.