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

Hi, I really like the result from aliceversion but I want to use only a part of it. Given a collection of RGB images and a coarse depth map with...

The problem is caused by the save function of class Mesh that doesn't take into consideration the colors when creating the Assimp Scene. https://github.com/alicevision/AliceVision/blob/3472774336c589085b028a62b3dbd7e248f6f088/src/aliceVision/mesh/Mesh.cpp#L87

Local bundle adjustment was not working properly (crash) with rigs. Moreover, all the views attached to a rig where connected in the graph. Now, we only attach views if they...

Salve ! A seguito della nascita del sistema creato dalla NVIDIA ..Iastant NeRFs... mi chiedevo se era possibile utilizzare Alicevison/Mashroom per cerare il file "*.Json" contenente le posizioni e dati...

type:question

I want to user a custom marker such as ranging rod and add them to the the available marker type for a custom use case. I am trying to integrate...

Hello, is there a place where the AliceVision scene data is documented? I'm trying to understand the JSON output of the ConvertSfMFormat, things like observations' scale, pose center related to...

I am working on some alternative algorithm for the alignment of a reconstruction to a global coordinate system. Basically it plugs into the existing SfmTransform call right after the StructureFromMotion...

I was hoping to try out meshroom but don't currently have a device with an nvidia gpu so it seems that I can't yet do what I want. I'm curious...

I got some troubles to update the PR https://github.com/alicevision/AliceVision/pull/1309 on the external repo. So here is a new PR for it.

Allows to convert depth maps files (exr) to obj meshes. Linked to this PR: https://github.com/alicevision/Meshroom/pull/2029