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.92k stars 1.11k forks source link

Adds support for DSP SIFT #1712

Closed pierotofy closed 1 year ago

pierotofy commented 1 year ago

Closes #1710, although leaves min-num-features in place for the time being.

pierotofy commented 1 year ago

This descriptor/detector looks very promising, although it's slower by a factor of ~2x.

For comparison, this is the sparse point cloud graph / match graph for Brighton Beach processed with --feature-type dspsift:

image

image

Compared to SIFT:

image

image

pierotofy commented 1 year ago

I also still need to port and test the affine shape estimation, I'm not sure if that will bring additional improvements.

So far it seems to be able to handle forest areas / poor overlap datasets with much better results. Would love for people to help test before I complete the rest and merge it.

pierotofy commented 1 year ago

Closes #1713

pierotofy commented 1 year ago

image