TSDF integration results in very sparse mesh #5840
raabuchanan
started this conversation in
General
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.
-
Hello, I'm trying to use Open3d to integrate several uncolored pointclouds into a TSDF. The pointclouds are already aligned using ICP and expressed in the same world frame. My problem is that when integrating the TSDF I get a very sparse mesh, even sparser than the pointcloud. I was expecting the resulting mesh to connect the surface points.
Here is TSDF Mesh:

Here is TSDF Pointcloud:

Here is TSDF Voxel

l Pointcloud
My process has been as follows:
Why am I getting such a sparse mesh from the TSDF? I've verified at every step the depth images and RGBD images look correct and can be converted back correctly to Pointclouds. I've included the code for TSDF integration below, thank you.
Beta Was this translation helpful? Give feedback.
All reactions