Comparing two point clouds #4984
Unanswered
MartinPedersenpp
asked this question in
Q&A
Replies: 1 comment 3 replies
-
Maybe you can try to fit clinder primitives from these two point clouds and compare the fitness/inliers of each. Plane fitting can be also considered. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello all
I am trying to do comparison between a reference point cloud and and point cloud object captured with a stereo camera.
Currently I am using the point cloud difference method to find how many points are left in the reference point cloud once I remove all points from the fresh point cloud that is within 0.0025 meters.
But I am struggling with objects that are similar in height like a 0.25L soda can and a 0.25L juice box. They are allmost the same height, but one is rectangular and the other is round. When I subtract the can from the juice box it tends to leave about the same amount of points, if not less than the actual juice box (due to noise from the camera).
Is there a way to also look at the shape of the point cloud or another way to compare point clouds?
Beta Was this translation helpful? Give feedback.
All reactions