how to obtain points for pointcloud registeration of images

1 view (last 30 days)
I have images of an object. How do I get the point cloud from the image to do point cloud registeration using CPD algorithm. Do I need any hardware like LIDAR or can you get the points just using code. Also, are there any reference documents for Pointcloud Registration using Coherent Point Drift (CPD). Thank you,

Answers (1)

Raunak Gupta
Raunak Gupta on 13 Nov 2020
Hi,
The method of converting multiple 2D images into a 3D scene is known as Stereo vision. You can refer to the following documentation to get started.
For Point cloud registration, you will be needing two actual point clouds which can be collected from a LiDAR sensor. Point cloud registration using Coherent Point Drift is available as a separate function pcregistercpd. For other point cloud registration techniques and workflows you may refer to the following documentation.
Hope this helps to get started!
  1 Comment
Aadithya Iyer
Aadithya Iyer on 23 Nov 2020
Thank you. the links helped. I have a few more questions regarding this topic that I have asked. would be grateful if you could help. thanks...

Sign in to comment.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!