You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1- Is it possible to add/aggregate VDB Tensors such that voxels that coincide are averaged or aggregated using an arbitrary function that the user can specify ?
2- Is fVDB a fixed sized voxel representation? I understand that OpenVDB allows storing voxels at different resolutions with the pruneGrid method for higher efficiency. Does fVDB still have this capability ?
Thank you
The text was updated successfully, but these errors were encountered:
OasisArtisan
changed the title
(feature/fVDB) [Question/Feature] How can one add two VDB tensors
(feature/fVDB) [Question/Feature] How to add two VDBTensors with different topologies
Nov 12, 2024
That it is possible to add VDBTensors as long as they have the same Grid/Topology. Is there a way to aggregate them if they have different Grids ?
The application I am interested in is robot mapping where multiple frames typically come sequentially each with its own point cloud and I would like to aggregate them with their features in a VDBTensor representation.
Thanks for the great work.
I had two questions:
1- Is it possible to add/aggregate VDB Tensors such that voxels that coincide are averaged or aggregated using an arbitrary function that the user can specify ?
2- Is fVDB a fixed sized voxel representation? I understand that OpenVDB allows storing voxels at different resolutions with the pruneGrid method for higher efficiency. Does fVDB still have this capability ?
Thank you
The text was updated successfully, but these errors were encountered: