Replies: 1 comment
-
@plsbstn Hi, have you found a solution yet? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi everyone 👋
I'm wondering how it's possible to select points from a PointCloud object by using specific voxels from a VoxelGrid object?
Thanks to certain methods, it's very easy to create VoxelGrid or Octree from a PointCloud.
But how can I pick points which are inside a voxel with index (x,y,z) like voxel.get_points_within(self) or pcd.select_by_voxel(voxel).
My scope is to filter point cloud data with respect to its topology neighborhood, represented by adjacent voxels, e.g.
Any information to solve this issue will be highly appreciated 😀
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions