yak icon indicating copy to clipboard operation
yak copied to clipboard

Add additional data fields to TSDF voxels

Open schornakj opened this issue 5 years ago • 0 comments

It would be useful to represent additional channels such as color/intensity and semantic classification.

Currently each voxel contains 32 bits of data: a 16-bit half-float representing the distance to the isosurface, and a 16-bit unsigned short representing the weight, i.e. how many times that voxel has been updated.

schornakj avatar Nov 06 '19 00:11 schornakj