#include <algorithms.h>
|
static uint32_t | ComputeXYZ (const uint16_t *p_depth, XYZTable *p_xyz_data, int16_t *p_xyz_image, uint32_t n_rows, uint32_t n_cols) |
|
static uint32_t | GenerateXYZTables (const float **pp_x_table, const float **pp_y_table, const float **pp_z_table, CameraIntrinsics *p_intr_data, uint32_t n_sensor_rows, uint32_t n_sensor_cols, uint32_t n_out_rows, uint32_t n_out_cols, uint32_t n_offset_rows, uint32_t n_offset_cols, uint8_t row_bin_factor, uint8_t col_bin_factor, uint8_t iter) |
|
Definition at line 32 of file algorithms.h.
◆ ComputeXYZ()
uint32_t Algorithms::ComputeXYZ |
( |
const uint16_t * |
p_depth, |
|
|
XYZTable * |
p_xyz_data, |
|
|
int16_t * |
p_xyz_image, |
|
|
uint32_t |
n_rows, |
|
|
uint32_t |
n_cols |
|
) |
| |
|
static |
◆ GenerateXYZTables()
uint32_t Algorithms::GenerateXYZTables |
( |
const float ** |
pp_x_table, |
|
|
const float ** |
pp_y_table, |
|
|
const float ** |
pp_z_table, |
|
|
CameraIntrinsics * |
p_intr_data, |
|
|
uint32_t |
n_sensor_rows, |
|
|
uint32_t |
n_sensor_cols, |
|
|
uint32_t |
n_out_rows, |
|
|
uint32_t |
n_out_cols, |
|
|
uint32_t |
n_offset_rows, |
|
|
uint32_t |
n_offset_cols, |
|
|
uint8_t |
row_bin_factor, |
|
|
uint8_t |
col_bin_factor, |
|
|
uint8_t |
iter |
|
) |
| |
|
static |
The documentation for this class was generated from the following files: