#include <tango_3d_reconstruction_api.h>
Public Attributes | |
Tango3DR_GridIndex * | indices |
Indices into a three-dimensional grid of cells. | |
uint32_t | num_indices |
The number of indices in the indices field. |
The Tango3DR_GridIndexArray struct contains indices into a three-dimensional grid of cells. Each grid cell contains voxels arranged in a 16x16x16 cube.
Definition at line 229 of file tango_3d_reconstruction_api.h.
Indices into a three-dimensional grid of cells.
Definition at line 234 of file tango_3d_reconstruction_api.h.
uint32_t Tango3DR_GridIndexArray::num_indices |
The number of indices in the indices
field.
Definition at line 231 of file tango_3d_reconstruction_api.h.