#include <tsdf_volume.hpp>
Public Types | |
typedef unsigned short | half |
Static Public Member Functions | |
static half | float2half (float value) |
static float | half2float (half value) |
TsdfVolume::Entry. More... | |
Public Attributes | |
half | tsdf |
unsigned short | weight |
Definition at line 75 of file tsdf_volume.hpp.
typedef unsigned short kfusion::cuda::TsdfVolume::Entry::half |
Definition at line 77 of file tsdf_volume.hpp.
|
static |
Definition at line 12 of file tsdf_volume.cpp.
|
static |
Definition at line 9 of file tsdf_volume.cpp.
half kfusion::cuda::TsdfVolume::Entry::tsdf |
Definition at line 79 of file tsdf_volume.hpp.
unsigned short kfusion::cuda::TsdfVolume::Entry::weight |
Definition at line 80 of file tsdf_volume.hpp.