Hello Dear all Does Meshroom support spherical panoramic images?
Currently, it doesn't. It relies on metadata like the sensor size and focal length to obtain a solid reconstruction of the scene.
there is a support for 360 images in AliceVision, the library Meshroom relies on.
https://github.com/alicevision/AliceVision/blob/develop/src/software/utils/main_split360Images.cpp
This enables you to split your panoramic image into many images to be processed through the normal pipeline.
I don't think that this is dealt with automatically in meshroom, though @yann-lty
Is there a roadmap somewhere where we could upvote this feature? Would be very handy for interiors.
Steady movement of high quality 360 camera photography should theoretically be able to provide Meshroom with 3D environment reconstruction from monoscopic 360 capture using the existing AliceVision library. Keep up the great work!
@Powerbyte7 @simogasp @ejnaren @realsammyt Thanks for you guys reply. I just thought map spherical image to 6 cube images, just like OpenSfM. Then do the dense reconstruction use AliceVsion.
Cause I already got the camera position of spherical images when I use OpenMVG
Do you guys think It's possible? Thank you very much. ^v^
I am a strong believer in this feature for environment production work. I have had varying degrees of success with Photoscan in the past.
Does Meshroom support spherical panoramic images
The question has been answered. For any other/new questions, please open a new issue.
Most helpful comment
there is a support for 360 images in AliceVision, the library Meshroom relies on.
https://github.com/alicevision/AliceVision/blob/develop/src/software/utils/main_split360Images.cpp
This enables you to split your panoramic image into many images to be processed through the normal pipeline.
I don't think that this is dealt with automatically in meshroom, though @yann-lty