Open3D
Open3D copied to clipboard
Request to extract the whole point cloud from a VoxelBlockGrid, not just the isosurface one
trafficstars
Checklist
- [X] I have searched for similar issues.
- [X] For Python issues, I have tested with the latest development wheel.
- [X] I have checked the release documentation and the latest documentation (for
masterbranch).
Proposed new feature or change
At the moment the open3d::t::geometry::VoxelBlockGrid::ExtractPointCloud function allows you to extract only the isosurface point cloud.Is it possible to extract the entire point cloud up to the truncation distance?
References
No response
Additional information
No response