Results 19 issues of Simone Gasparini

As now only `cameras::Pinhole_Intrinsic_Radial_K3` is supported as type of camera in input (query). Enable use of the more generic model `cameras::Pinhole_Intrinsic`.

prio:minor
type:enhancement
do not close

Refactor the loransac function so that the threshold passed to the scorer is the real threshold in pixels and not the normalized one. See what happened with the bug in...

prio:minor
type:enhancement
lead:IRT
do not close

Currently, we assume that the pose of the rig is the same as the pose of the main camera. Let the main camera have its own subpose (possibly the [I...

prio:minor
type:enhancement
do not close

Added reference to AliceVision 3D reconstruction library and its UI application Meshroom. Thanks S.

- [ ] on MAC we need to specify the `COMPONENTS` in `find(Boost)`otherwise there are no lib at linking time - [ ] C++11 is mandatory, hence we need to...

enhancement

Here are some fixes to build on Apple Silicon. They are mostly version bumps of the dependencies that have added support for the Silicon platform. * bump geogram v1.7.6 ->...

scope:build
OSX

Rewrite of the way the cuda architectures are chosen. This is based on custom function wrote for popsift. For the CI, test on cuda 12 on ubuntu 22.04 as well

scope:build
scope:ci
cuda

Try to test against more recent versions of cuda

scope:ci

For users that need to export data or use it externally, some documentation is needed - [ ] format of feature files - [ ] format of matches files -...

documentation
enhancement