microsoft / HoloLens2ForCV

Sample code and documentation for using the Microsoft HoloLens 2 for Computer Vision research.
MIT License
489 stars 145 forks source link

Any ways to extract the TSDF volume? #163

Open leobxpan opened 1 year ago

leobxpan commented 1 year ago

The current way of fusing TSDF volume does not seem to have an easy way to access the TSDF volume (even with the private getTSDFAt() function). I'm wondering if there's a way to get the volume? Alternatively, any ways to implement this with the open3d UniformTSDFVolume instead of ScalableTSDFVolume?