Simone Gasparini
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`.
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...
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...
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...
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 ->...
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
For users that need to export data or use it externally, some documentation is needed - [ ] format of feature files - [ ] format of matches files -...