#include "tofi_util.h"
#include <math.h>
#include "string.h"
Go to the source code of this file.
◆ MAX_PATH_SIZE
#define MAX_PATH_SIZE 512 |
◆ Gcd()
uint32_t Gcd |
( |
uint32_t |
a, |
|
|
uint32_t |
b |
|
) |
| |
◆ GetDataFileSize()
uint32_t GetDataFileSize |
( |
char * |
file_name | ) |
|
◆ GetProcessPath()
uint32_t GetProcessPath |
( |
char * |
process_path, |
|
|
uint32_t |
path_size |
|
) |
| |
◆ LoadFileContents()
FileData LoadFileContents |
( |
char * |
filename | ) |
|
◆ TransformationXyzToZ()
uint32_t TransformationXyzToZ |
( |
uint32_t |
n_rows, |
|
|
uint32_t |
n_cols, |
|
|
const Point3I * |
p_xyz_image_data, |
|
|
uint16_t * |
p_zdepth_image_data |
|
) |
| |
◆ WriteDataToFile()
uint32_t WriteDataToFile |
( |
char * |
file_name, |
|
|
uint8_t * |
buffer, |
|
|
uint32_t |
buffer_size |
|
) |
| |