Get an iterator over a bounding box. #2061
Unanswered
OasisArtisan
asked this question in
Q&A
Replies: 0 comments
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.
-
Firstly, I have cited OpenVDB in our latest publication in IROS called RayFronts and your library was very useful in doing efficient occupancy mapping so thanks for the great work.
I am trying to figure out the most efficient way to iterate over active voxels in a specific bounding box.
Naive solutions would be:
I think its safe to say there is probably a smarter/faster way of doing this where the iterator itself can quickly jump to where the active voxels in the bounding box is. Even if its rough and I still need to check if its within the bounding box or not but it would save time.
Your help is greatly appreciated.
Beta Was this translation helpful? Give feedback.
All reactions