Depth map merging or Point Cloud Merging
이전 댓글 표시
Hi All, My goal is to create a single 3D point-cloud based on 2 pairs of images(AB, BC) and their projection matrices. Each image comes from the same camera (not video) with 3 distinct positions.
I use the "standard process": Point matching (sift or surf), keeping inliers only, finding the position, doing the bundle adjustment...images rectifications. Up to now everything works.
Then I use the function "disparity" to create the 2 disparity maps, one for each pair of images. Then i create the 3d point clouds using the projection matrices.
But, how can i merge the 2 points clouds coming from AB and BC. Apparently, the 3D coordinates depends on the "DisparityRange" parameters of the function disparity.
Did i miss a step in the process ?
Thanks in advance for any help Alvaro
채택된 답변
추가 답변 (1개)
Dima Lisin
2015년 3월 7일
0 개 추천
Hi Alvaro,
The Computer Vision System Toolbox now (as of R2015a) includes functionality for registering and merging point clouds.
카테고리
도움말 센터 및 File Exchange에서 Point Cloud Processing에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!