AliceVision
AliceVision copied to clipboard
Photogrammetric Computer Vision Framework
## Description Added a 'generic' feature type for importing features that are not computed by alicevision. For now the descriptor size is set to 128, but may be extended and...
Linked PR https://github.com/alicevision/Meshroom/pull/2223 Identify and merge tracks having corresponding duplicate features in SfM construction: - affects building and filtering the tracks - duplicate features are features in the same view,...
upgrade to https://github.com/alicevision/AliceVision/pull/425
This PR moves code out of cameraInit executable to aliceVision libraries that can be linked into other executables which in turn allows code reuse. The `Extract ...` commits only move...
## Description The changes were made to the SfmTransform executable mainly, plus building the dependency GeographicLib from public github repo, and having the feature ON/OFF in the main cmake configuration...
Linked to https://github.com/alicevision/Meshroom/pull/2211 ### Description This PR introduces the following two main features: - Depth maps computation can be masked using landmarks from SfM data. - SfM data can be...
LZ4 path
I'm trying to build git master on ArchLinux (cmake 3.27.6), which has LZ4 at the following location: ``` lz4 /usr/include/ lz4 /usr/include/lz4.h lz4 /usr/include/lz4frame.h lz4 /usr/include/lz4frame_static.h lz4 /usr/include/lz4hc.h lz4 /usr/lib/...
Hello, I have been trying to compile AliceVision on Debian 11 for a while following your instructions (including different methods) but it seems to be not possible. Using the recommended...
--outSfMData, what is that?