Closest Point #3707
Answered
by
ssheorey
feersantana5
asked this question in
Q&A
Closest Point
#3707
-
Is there any method to find the closest point in the cloud (in axis Z)? |
Beta Was this translation helpful? Give feedback.
Answered by
ssheorey
Jul 7, 2021
Replies: 1 comment
-
There are multiple ways to do that (e.g.: nearest neighbors, or just scanning through all the points). The best method will depend on your application. Here is one possible method: |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
germanros1987
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There are multiple ways to do that (e.g.: nearest neighbors, or just scanning through all the points). The best method will depend on your application. Here is one possible method:
http://www.open3d.org/docs/latest/tutorial/geometry/pointcloud.html#Point-cloud-distance