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

When a textured mesh is output at the end of the AliceVision photogrammetry pipeline by the `Texturing::saveAsOBJ()` method, the materials specified in the *.mtl file have a gray color for...

ceres-solver deprecated `LocalParameterization` in favor of `Manifold` in v2.1. v2.2 will not contain `LocalParameterization` anymore. This PR bumps ceres-solver dependency to at least v2.1 which has been released on 2022-03-28....

This PR removes a couple of functions from mvsData that do the same thing as functions in image module. Additionally, `readImageSpec` function has been introduced and all functions were redefined...

Currently AliceVision uses OpenMP as the only multi-threading backend. This is problematic due to multiple reasons. - OpenMP support is not uniform among compilers. In particular, Apple mobile platforms do...

- Panorama warping, compositing and imageprocessing fail when the final panorama is too large because of very large image usage. - Try to find ways to reduce memory consumption

The intention in cases like `std::ceil(a / b)` (where `a` and `b` are integers) likely was to get floating-point division result and round it upwards. However, the division was performed...

These functions have overloads accepting std::initializer_list argument which does not introduce performance overheads.

Minimum OpenImageIO version is 2.1.0 which means macros checking for older versions are no longer needed.

Add sensor database entries for the OnePlus 8 Pro model numbers. These are regional variations of the device, which all have the same camera.

Keyframe selection was not working previously. This PR tries a new set of algorithms to replace the previous one - A simple one which simply perform a regular sampling on...