3D (Surface) Reconstruction of Stereo Image
18 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Christoph Betschoga
le 2 Avr 2019
Modifié(e) : Christoph Betschoga
le 17 Avr 2019
Hello,
i have been trying to reconstruct a 3D surface out of 2 given stereo images. Basically i need to create some kind of surface plot with the texture of a given image at the correct real world coordinates, so i cannot simply use the "texturemap" feature of matlab.
To make it a little bit more clear i try to do something like this:
Where i have the two pictures (from left and righ camera) and i try to create the corresponding surface in 3D-world coordinates. - i need this to visualle check my computations
Can someone please point me in the right direction how to do this ?
thanks
0 commentaires
Réponse acceptée
Agnish Dutta
le 11 Avr 2019
Use these instructions as a starting point for what you are trying to accomplish:
The following shows the workflow for creating a 3D point cloud from two stereo images:
The instructions are for video frames, but the same functions apply for singular images as well.
To set the stereo parameters correctly, kindly go through the following:
You may have to rectify the stereo parameters, so here is the document with the necessary details:
I was able to find something for generating a 3-D surface from a points cloud on MATLAB central:
Plus de réponses (1)
Voir également
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!