Is the voxel order deterministic in voxel_grid ? #4481
Unanswered
Wang-Tianyu
asked this question in
Q&A
Replies: 1 comment 1 reply
-
The voxel computation is deterministic. Sadly, there does not exist an elegant way to get voxel centers right now, but this shouldn’t be too hard to add. Let me know if you have interest in adding this :) |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
I am wondering, does the voxel_grid function index the set of voxels according to a deterministic order?
Or equivalently, if I apply the voxel grid with the same start, end, and size parameter on different point clouds, will I get consistent voxel indices?
Is there a way to quickly index voxel vertex and get their positions?
Beta Was this translation helpful? Give feedback.
All reactions