how to obtain points for pointcloud registeration of images
조회 수: 3 (최근 30일)
이전 댓글 표시
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,
댓글 수: 0
답변 (1개)
Raunak Gupta
2020년 11월 13일
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!
참고 항목
카테고리
Help Center 및 File Exchange에서 Point Cloud Processing에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!