12 int div = 1 << level_index;
18 return os <<
"([f = " << intr.
fx <<
", " << intr.
fy <<
"] [cp = " << intr.
cx <<
", " << intr.
cy <<
"])";
23 return os <<
"[x = " << p.
x <<
" y = " << p.
y <<
" z = " << p.
z <<
" w = " << p.
w <<
"]";
30 : data(_data), dims(_dims), voxel_size(_voxel_size), trunc_dist(_trunc_dist), max_weight(_max_weight) {}
ostream & operator<<(ostream &os, const Options &o)
Overlaoeded outpur operator.
Intr operator()(int level_index) const
Intr()
Kinfu/types implementation.
TsdfVolume(elem_type *data, int3 dims, float3 voxel_size, float trunc_dist, int max_weight)
TsdfVolume host implementation.