Comparing two point clouds

조회 수: 14 (최근 30일)
Jonas Ben Kölling
Jonas Ben Kölling 2021년 4월 7일
답변: Manas Meena 2021년 5월 27일
Hello, I have measured two point clouds of the same plane in x,y,z-format. One is the reference and one point cloud that I want to examine.
The goal is to determine the average error between the reference and the second point cloud.
here is the reference: ROT_4M_0_0
and here is the second point cloud: Rot_4m_0_0
I tried fitting methods like
pcfitplane
or
fit
, to reduce scattered points and then I wanted to compare those two clouds. But it seems like there is no way, where you can use one cloud as a reference.
Thanks in advance for your help.

답변 (1개)

Manas Meena
Manas Meena 2021년 5월 27일
I assume that you mean extracting and comparing features between the two point clouds. You can achieve by using the extractFPFHFeatures function to extract the features and the pcmatchfeatures function to find matching features between both of the point clouds.

카테고리

Help CenterFile Exchange에서 Point Cloud Processing에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by