AliceVision
AliceVision copied to clipboard
Photogrammetric Computer Vision Framework
In cases of a handheld panorama, parallax is almost unavoidable. Parallax used to make photogrammetry models. But, it's also undesirable in current State of the Art panorama stitching software. This...
Following the build instructions in: Ubuntu 24.04 Cuda 12.6 gcc 12.3 g++ 12.3 This step works ` cmake -DALICEVISION_BUILD_DEPENDENCIES=ON -DCMAKE_INSTALL_PREFIX=$PWD/../install ../AliceVision ` When running `make -j10` I get the following...
Currently I THINK this is impossible? In the Debian package I just pushed I added a patch to make it possible: https://salsa.debian.org/science-team/alicevision/-/blob/master/debian/patches/using-config.ocio-from-system.patch?ref_type=heads
Hello. Alicevision currently includes a modified fork of [VLFeat](https://www.vlfeat.org/) here: https://github.com/alicevision/AliceVision/tree/develop/src/nonFree/sift There are several things that would be nice to address: - In the code, this is referred to as...
Hi. I just pushed Alicevision into Debian. A number of patches were required to make the build work against the system libraries. It would be great if some of these...
In the Docker files there are several cases of writing to `/etc/profile.d/alicevision.sh` as a way of persisting environment variables. Unless I am mistaken these variable's are only used by the...
## Description As per #1789, this PR changes the usage of `/etc/profile.d/alicevision.sh` as a login script to set environment variables to the docker `ENV` directive. ## Features list - [x]...
i think there might be an issue with the model detection 🤔 "0" seems wrong at least   according to https://www.metadata2go.com/result#j=2863fdce-a8df-4919-a3db-fd2dff33548a this info here is also in in the...
## Description added camera for z fold 5 - gonna double check the scale is correct tho https://github.com/alicevision/AliceVision/issues/1777