0.3.1
|
Files | |
file | mic3d.h |
Functions | |
int32_t | depth_value_normalize (fix16_t z) |
Normalize the Z value relative to the sort depth set by. | |
int16_t | depth_min_calculate (const int16_t *z_values) |
Given 4 z_values , calculate the unnormalized Z value closest to the camera. | |
int16_t | depth_max_calculate (const int16_t *z_values) |
Given 4 z_values , calculate the unnormalized Z value furthest from the camera. | |
int16_t | depth_center_calculate (const int16_t *z_values) |
Give 4 z_values , calculate the center Z point. | |
Normalize the Z value relative to the sort depth set by.
z |
Given 4 z_values
, calculate the unnormalized Z value closest to the camera.
[in] | z_values |
Given 4 z_values
, calculate the unnormalized Z value furthest from the camera.
[in] | z_values |