Closed aniketghodake10 closed 2 years ago
Does color value=0.5 mean the voxel is very near to surface ?? And >0.5 means voxel is outside the surface??
The Open3D implementation scales the distance values from [-sdf_trunc, sdf_trunc]
to [0, 1]
. So yes, a value of 0.5 means the voxel lies on the surface and values >0.5 correspond to outside voxels.
How can we know from colour value whether perticular voxel is outside the surface, on the surface or inside the surface ?
Signed distance could have helped. Any way we can get the signed distance of every voxel ??