3D (Surface) Reconstruction of Stereo Image
18 ビュー (過去 30 日間)
古いコメントを表示
Christoph Betschoga
2019 年 4 月 2 日
編集済み: Christoph Betschoga
2019 年 4 月 17 日
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 件のコメント
採用された回答
Agnish Dutta
2019 年 4 月 11 日
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:
その他の回答 (1 件)
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!