Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

calculating cloud-to-cloud distance #116

Open
maxkulicki opened this issue Aug 9, 2024 · 1 comment
Open

calculating cloud-to-cloud distance #116

maxkulicki opened this issue Aug 9, 2024 · 1 comment

Comments

@maxkulicki
Copy link

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?

@tmontaigu
Copy link
Owner

It does not seems like its binded yet, i will do it

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants