Comparing two point clouds
11 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
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.
0 comentarios
Respuestas (1)
Manas Meena
el 27 de Mayo de 2021
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.
0 comentarios
Ver también
Categorías
Más información sobre Point Cloud Processing en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!