
Go to the source code of this file.
Defines | |
| #define | L_HORIZONTAL 0 |
| #define | L_VERTICAL 1 |
| #define | LINE_MAX 26 |
| #define | LOOP_MAX 10 |
Functions | |
| void | initLineModel (int *line_num, int *loop_num, int line_mode[LINE_MAX], double inter_coord[LOOP_MAX][LINE_MAX][LINE_MAX][3]) |
| #define L_HORIZONTAL 0 |
Definition at line 4 of file backup/util/calib_cparam/calib_cparam.h.
| #define L_VERTICAL 1 |
Definition at line 5 of file backup/util/calib_cparam/calib_cparam.h.
| #define LINE_MAX 26 |
Definition at line 1 of file backup/util/calib_cparam/calib_cparam.h.
| #define LOOP_MAX 10 |
Definition at line 2 of file backup/util/calib_cparam/calib_cparam.h.
| void initLineModel | ( | int * | line_num, |
| int * | loop_num, | ||
| int | line_mode[LINE_MAX], | ||
| double | inter_coord[LOOP_MAX][LINE_MAX][LINE_MAX][3] | ||
| ) |
Definition at line 9 of file util/calib_cparam/calib_cparam_sub.c.