AliceVision
AliceVision copied to clipboard
Photogrammetric Computer Vision Framework
- Add coordinates of the points to the tracks. Remove the dependency of the sfm to the feature points database. - Add a container for tracks AND tracksPerView
Building the Programm as shown in [INSTALL.md](https://github.com/alicevision/AliceVision/blob/develop/INSTALL.md) results in an error because the repository is not available anymore. The file in [the vcpkg repo](https://github.com/alicevision/vcpkg) under ports\libzma\portfile.cmake should be changed from...
- Remove 3DE distortion models - Add 2 new Undistortion models (Radial4 & classicLD) - Update anamorphic A4 model - Add constraints to enable estimation of all the A4 model...
## Description Xiaomi Redmi Note 9 ## Features list ## Implementation remarks
- New application for sfm expansion using an initial sfm solve (E.g. using sfmBootstrapping) - New objects for policies : * Expansion policy * Local BA policy - More modular...
- add a lock for optical center (offset) in sfmData per intrinsic - add a lock for focal length (scale) in sfmData per intrinsic - add a lock for distortion...
My device is Nvidia Jetson TX2, Ubuntu 20, aarch64 I followed the instructions in [this link](https://github.com/alicevision/AliceVision/blob/develop/INSTALL.md#building-the-project-with-embedded-dependencies-recommended-on-linux) and encountered many "cc: error: unrecognized command line option '- m64'" errors when executing...
## Description Currently when building `opencv`, it does not find `ffmpeg`, even though it has been built and installed. This means that KeyframeSelector does not run under linux (opencv automatically...
I'm following the instructions at `https://github.com/alicevision/AliceVision/blob/develop/INSTALL.md`. I think this is a dependency error? I ran cmake with `cmake -DALICEVISION_BUILD_DEPENDENCIES=ON -DCMAKE_INSTALL_PREFIX=$PWD/../install ../AliceVision`. ``` src/libavutil/hwcontext_vulkan.c:362:7: error: ‘VK_EXT_VIDEO_ENCODE_H264_EXTENSION_NAME’ undeclared here (not in a...