CloudCompare-PythonPlugin icon indicating copy to clipboard operation
CloudCompare-PythonPlugin copied to clipboard

calculating cloud-to-cloud distance

Open maxkulicki opened this issue 6 months ago • 1 comments

I am trying to develop a script to remove points from one point cloud based on overlap with a second point cloud. I have been doing it manually by first calculating cloud-to-cloud distance with a very small max distance, and then filtering based on value.

I was trying to automate this using pycc and cccorelib but i can't find the function to compute cloud-to-cloud distance, or the function for filtering based on value. Are these functions implemented?

maxkulicki avatar Aug 09 '24 13:08 maxkulicki