Depth map merging or Point Cloud Merging
Mostrar comentarios más antiguos
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
Respuesta aceptada
Más respuestas (1)
Dima Lisin
el 7 de Mzo. de 2015
0 votos
Hi Alvaro,
The Computer Vision System Toolbox now (as of R2015a) includes functionality for registering and merging point clouds.
1 comentario
Alvaro
el 18 de Mzo. de 2015
Categorías
Más información sobre Point Cloud Processing en Centro de ayuda y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!