Yann N.
Yann N.
Dear users and contributors, As per our contributing guidelines and code-of-conduct, we're moving away from using the terminology `master` to using `main` instead, when speaking of the default git branch....
This PR removes all the annoying build warnings that we had by : - Setting CMake policy - Add C++ warning ignores in third-party libraries only, since we're very unlikely...
This PR fixes the GCP handling which was not great : - Quality report and triangulation used different sets of thresholds. We now use 0.050 consistently, which makes room for...
This PR improves the performance of the incremental SfM stage on large datasets (several thousand images) and dense datasets (high redundancy and/or high number of features per images) : -...
This PR fixes the 35mm focal ratio focal conversion : - 3/2 image ratio uses 36mm filback width - 4/3 uses a 34mm one Branch is on top of optim-large