3d point cloud reconstruction using in c++
- by techie_db
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?