mvs-texturing icon indicating copy to clipboard operation
mvs-texturing copied to clipboard

Problem with very large texture atlas

Open Livan89 opened this issue 1 year ago • 0 comments

Hello @nmoehrle . I have a problem generating the texture of a mesh with many images. I am working with a model worked with MVS with more than 1000 images. When trying to create the texture atlas, specifically in the function TextureAtlas::Ptr texture_atlas = TextureAtlas::create(texture_size);

Texture size exceeds 32000 and aborts the process causing an unexpected exit in execution.

Would there be a solution? I want to comment that I have modified the code to generate a single texture altas instead of several as the mvs-texturing library normally works. Thank you very much for your help and attention.

Livan89 avatar Oct 03 '23 22:10 Livan89