isl-org / Open3D

Open3D: A Modern Library for 3D Data Processing
http://www.open3d.org
Other
10.79k stars 2.23k forks source link

How to find neighbours points within a given radius through OCTree in Open3D? #4581

Open shw-how opened 2 years ago

shw-how commented 2 years ago

Checklist

My Question

Hello guys, is Open3D possible to through OCTree to find neighbours points within a given radius? Like, I can query the points with distances to the anchor point less than a given radius after building the KDTree in Open3D right now. Any help would be appreciated!

roman-4erkasov commented 1 week ago

@shw-how As I understand properlly, I've faced the same problem. This article helped me: https://www.open3d.org/docs/release/python_api/open3d.ml.torch.ops.radius_search.html