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

Port DSP SIFT, remove min-num-features #1710

Closed pierotofy closed 11 months ago

pierotofy commented 11 months ago

DSP SIFT performs better than SIFT and is already implemented in other software like COLMAP. https://arxiv.org/pdf/1412.8556.pdf

It's just waiting to be ported.

We should also remove the concept of "min-num-features", and replace it with a "max-num-features" which sets an upper limit on the number of features. We currently iterate the feature extraction process by lowering the contrast thresholds to achieve a target number of features, but this doesn't necessarily find better features.