Open
Description
Checklist
- I have searched for similar issues.
- For Python issues, I have tested with the latest development wheel.
- I have checked the release documentation and the latest documentation (for
master
branch).
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!