AliceVision
AliceVision copied to clipboard
Photogrammetric Computer Vision Framework
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 ->...
https://nvlabs.github.io/nvdiffrec/ NVdiffrec requires the position of cameras in the scene, and outputs a fully textured and material mesh in return. The results that have been shown by NVidia show promise,...
## Description Add Adobe LCP file management. ## Features list - [X] Load a lcp file indicated by the user (cameraInit) and extract geometry and vignetting models corresponding to camera...
I tryed to build AliceVision using: `cmake .. -DCMAKE_TOOLCHAIN_FILE=D:\Programming\Mehsroom\vcpkg\scripts\buildsystems\vcpkg.cmake -DVCPKG_TARGET_TRIPLET=x64-windows -DOPENGV_DIR=D:\Programming\Mehsroom\opengv -G "Visual Studio 15 2017" -A x64 -T host=x64` But CMAKE is not able to find opengv that I...
I am trying to package AliceVision for NixOS (in order to package Meshroom), and I am getting a compilation error on a file in CoinUtils. ```console /build/source/src/dependencies/osi_clp/CoinUtils/src/CoinMessageHandler.cpp: In member function...
This will make it possible to compile the reusable parts of the executables once and then link into whatever destination needed, be it a part of user application, a standalone...
many error build macOS arm64
Currently, the ci yaml has a dockerfile that is manually built and use for further building AliceVision. We could have an actions file that leverages the docker plugins in github...
## Description This PR extends the SWIG binding for the `camera` module by covering all the classes that are related to intrinsics and distortion/undistortion models. The inheritance relationships are preserved...
[ 67%] Completed 'opengv' [ 67%] Built target opengv make: *** [Makefile:91: all] Error 2 Any ideas? ❤️