Function to get the version for TOF Depth Compute Engine Library. More...
#include <tofi_compute.h>
Public Attributes | |
uint32_t | n_cols |
Number of columns. More... | |
uint32_t | n_rows |
Number of rows. More... | |
uint16_t * | p_ab_frame |
Pointer to the AB Frame. More... | |
void * | p_cal_config |
Pointer to the Calibration config data. More... | |
float * | p_conf_frame |
Pointer to the Confidence Frame. More... | |
uint16_t * | p_depth16_frame |
Pointer to the Depth16 Frame. More... | |
uint16_t * | p_depth_frame |
Pointer to the Depth Frame. More... | |
void * | p_tofi_processor_config |
Pointer to the Processor Config. More... | |
int16_t * | p_xyz_frame |
Pointer to the XYZ Frame. More... | |
Function to get the version for TOF Depth Compute Engine Library.
[in] | char | *depth_compute_version: Pointer to store thelibrary version |
Definition at line 43 of file tofi_compute.h.
uint32_t TofiComputeContext::n_cols |
Number of columns.
Definition at line 45 of file tofi_compute.h.
uint32_t TofiComputeContext::n_rows |
Number of rows.
Definition at line 44 of file tofi_compute.h.
uint16_t* TofiComputeContext::p_ab_frame |
Pointer to the AB Frame.
Definition at line 47 of file tofi_compute.h.
void* TofiComputeContext::p_cal_config |
Pointer to the Calibration config data.
Definition at line 51 of file tofi_compute.h.
float* TofiComputeContext::p_conf_frame |
Pointer to the Confidence Frame.
Definition at line 48 of file tofi_compute.h.
uint16_t* TofiComputeContext::p_depth16_frame |
Pointer to the Depth16 Frame.
Definition at line 52 of file tofi_compute.h.
uint16_t* TofiComputeContext::p_depth_frame |
Pointer to the Depth Frame.
Definition at line 46 of file tofi_compute.h.
void* TofiComputeContext::p_tofi_processor_config |
Pointer to the Processor Config.
Definition at line 50 of file tofi_compute.h.
int16_t* TofiComputeContext::p_xyz_frame |
Pointer to the XYZ Frame.
Definition at line 49 of file tofi_compute.h.