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

I'm having problem with imath library while building Alice Vision with VS 2017, is there any solution to this problem? ![image](https://user-images.githubusercontent.com/55442292/180360843-14a26a3f-4635-4052-b4b9-ab0e9bf3c549.png)

Hi, I am attempting to build the `develop` branch because it has a feature that I currently need: `computeNewCoordinateSystemFromGpsData` in `alignment.cpp` Unfortunately, I am not getting past `cmake -DCMAKE_BUILD_TYPE=Release ....

## Description added a new denoising method (NLMeans from OpenCV) in the ImageProcessing node. ## Features list ## Implementation remarks Implementation inspired by bilateralFilter NLMeans is a 8-bit denoiser so...

- Move alignment function from software to the sfm/utils module - Expose the new method in the sfmTransform software - Take orientation metadata into account

When building alicevision using cmake, the default docker script uses all threads of the CPU when building, which while fast, can use more memory than the system can provide. So,...

…ores used, and moved fetch.sh call inside a dockerfile, to allowe building inside docker without having to install cmake externally. ## Description A fix for #1202 - Here, I put...

Hi, I noticed that the number of extracted features can differ quite substantially when switching from cpu to gpu. For example, for the first two images of the buddha dataset...

stale

Eigen is most optimal when using SIMD instructions which require overaligned buffers. In C++14 this is a problem because there's no built-in support for correctly aligned allocations, so this Eigen...

## Description A new private metadata named "AliceVision:ColorSpace" is now managed. Read and Write image update to enable image processing in a color space given as a parameter. imageProcessing executable...