Comparing Cloud Poins in Real Time

All ideas and stuffs that should be developed
Post Reply
alex_szykman
Posts: 1
Joined: Wed May 29, 2019 12:59 am

Comparing Cloud Poins in Real Time

Post by alex_szykman »

Hi! Sorry if this is a dumb question... I´m new to CloudCompare. I have been studying the possibility of comparing animations of cloud points. I record point clouds from Kinect - each frame generates a new point cloud. Then I made a system to play each recorded point cloud in a frame, so that I could have an "animation of point clouds." I see that CloudCompare can compare one cloud point to another one. But do you guys think it is possible to make it in each frame of an application so that the colors of the comparison follow the "animation of point clouds"? If so, would you give me any light about what in the code I have to search for to get the comparison algorithms and replicate them in each frame of an application that play the "animations of point clouds?"

Thanks a lot!
Alex
daniel
Site Admin
Posts: 7382
Joined: Wed Oct 13, 2010 7:34 am
Location: Grenoble, France
Contact:

Re: Comparing Cloud Poins in Real Time

Post by daniel »

Well, it's always possible to compare any number of points to the same reference (or several of course). Then you can apply an 'absolute' color scale so that the fake colors are always the same for all clouds (and therefore 'consistent'). You can even do that in a batch with the command line tool.

If you are only interested in the algorithm to compute distances, then you could only use the 'CC_CORE_LIB' library and use the DistanceComputationTools class: https://github.com/CloudCompare/CloudCo ... ionTools.h
Daniel, CloudCompare admin
Post Reply