AliceVision
AliceVision copied to clipboard
Photogrammetric Computer Vision Framework
Merge two sfmData based on their matched features - Actually limited to two totally disjoints set of views - Only match reconstructed landmarks. - No Additional bundle / triangulation
DJI; Mini3Pro;9,79;usercontribution ## Description I add the value of width of the sensor camera lens of the drone DJI Mini3 Pro ## Features list I have improved the cameraSensors.db
canon-Canon-R100 https://github.com/alicevision/AliceVision/issues/1762#issuecomment-2420492933
https://www.dpreview.com/reviews/google-pixel-8-pixel-8-pro-review-two-top-smartphones-for-photography ## Description ## Features list ## Implementation remarks
I can not ad the information Canon EOS R100 22,3 to Meshroom cameraSensor.db Not possible to edit after I have open the db. The tutorial video is missing and I...
Actually, sfm returns an error only if there is no reconstructed views. We want to return an error if there is only the initial reconstructed pair and no other valid...
Related to https://github.com/alicevision/QtAliceVision/pull/76
## Description Add implementation of new feature types: SURF and BRISK. ## Features list - [X] new feature type SURF - [X] new feature type BRISK ## Implementation remarks Integration...
It would be nice if a cuda implementation of AKAZE could be added. According to the comment on the `src/aliceVision/feature/akaze/AKAZE.hpp`, the implementation is taken from [pablofdezalc/akaze](https://github.com/pablofdezalc/akaze). going to that page,...
I forced AliceVision to not throw an error, and return `EINTRINSIC::PINHOLE_CAMERA` for non-matches: ```patch diff --git a/src/aliceVision/camera/Pinhole.cpp b/src/aliceVision/camera/Pinhole.cpp index ed1498ab3..9d45329d3 100644 --- a/src/aliceVision/camera/Pinhole.cpp +++ b/src/aliceVision/camera/Pinhole.cpp @@ -333,7 +333,7 @@ EINTRINSIC...