3d point cloud reconstruction using in c++
Posted
by
techie_db
on Programmers
See other posts from Programmers
or by techie_db
Published on 2012-08-15T20:30:12Z
Indexed on
2012/09/15
3:47 UTC
Read the original article
Hit count: 279
I've got a project which involves 3D reconstruction if point clouds from a 3D scanner. Being relatively new to the computer vision field I'm in the dark. The objective of the project is to implement this 3D reconstruction in C/C++ without using Matlab so that it can be further integrated with the ROS (for robots).
Can anyone guide me with this issue so that I get enough idea regarding how to approach the problem?
© Programmers or respective owner