AliceVision icon indicating copy to clipboard operation
AliceVision copied to clipboard

Photogrammetric Computer Vision Framework

Results 162 AliceVision issues
Sort by recently updated
recently updated
newest added

## Description Add dcp color profile loading and applying capabilities when raw images must be read. ## Features list - [X] dcp application possible in sRGB, AdobeRGB or prophoto color...

In the incremental SFM, the reconstruction select iteratively some candidates for resection. It may happens that this selection is not good and the resection fail. In this case, the frame...

In some conditions, panorama compositing may use a lot of ram. This PR solve partly this problem by dividing the warped inputs in smaller pieces when this is not impacting...

This huge PR is a refactoring that routes I/O accesses through a "virtual" file system. It is currently just a proof of concept to show what changes to the codebase...

Option to remove matches without enough motion between the two observations May be useful to remove matches caused by dirt/dust on sensor May be useful to remove background features on...

This is a simple cleanup PR that removes accidental copies of strings where needed. The performance impact is trivial, but it's still worth to consistently use pass-by-reference lest some function...

type:enhancement
in progress
refactoring

This huge PR is a refactoring that routes I/O accesses through a "virtual" file system. It is currently just a proof of concept to show what changes to the codebase...

This PR is based on https://github.com/alicevision/AliceVision/pull/1155 The objective of this PR is to compute depth/similarity map per tile using one CUDA stream per tile. ## Features list - [x] Remove...

type:pr
review
refactoring
CUDA

Hi, I'm trying to build Alicevision on Windows. After fetching the code through SmartGit and following the instructions for "Building the project using vcpkg (recommended on Windows)" here: https://github.com/alicevision/AliceVision/blob/develop/INSTALL.md Opening...

scope:doc