Comparing two point clouds
13 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
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 Kommentare
Antworten (1)
Manas Meena
am 27 Mai 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 Kommentare
Siehe auch
Kategorien
Mehr zu Point Cloud Processing finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!