Go to the source code of this file.
|
void | extract_voxel (char *lfile, char *rfile, char *prefix) |
|
void | train_voxel (char *cfgfile, char *weightfile) |
|
void | test_voxel (char *cfgfile, char *weightfile, char *filename) |
|
void | run_voxel (int argc, char **argv) |
|
◆ extract_voxel()
void extract_voxel |
( |
char * |
lfile, |
|
|
char * |
rfile, |
|
|
char * |
prefix |
|
) |
| |
◆ run_voxel()
void run_voxel |
( |
int |
argc, |
|
|
char ** |
argv |
|
) |
| |
◆ test_voxel()
void test_voxel |
( |
char * |
cfgfile, |
|
|
char * |
weightfile, |
|
|
char * |
filename |
|
) |
| |
◆ train_voxel()
void train_voxel |
( |
char * |
cfgfile, |
|
|
char * |
weightfile |
|
) |
| |