Open3D icon indicating copy to clipboard operation
Open3D copied to clipboard

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

Open shw-how opened this issue 3 years ago • 1 comments

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!

shw-how avatar Jan 11 '22 18:01 shw-how

@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

roman-4erkasov avatar Jun 22 '24 06:06 roman-4erkasov