#include <AR/gsub_lite.h>

Go to the source code of this file.
Classes | |
| struct | CALIB_COORD_T |
| struct | patt |
Defines | |
| #define | H_NUM 6 |
| #define | LOOP_MAX 20 |
| #define | THRESH 100 |
| #define | V_NUM 4 |
Typedefs | |
| typedef struct patt | CALIB_PATT_T |
Functions | |
| void | calc_distortion (CALIB_PATT_T *patt, int xsize, int ysize, double dist_factor[4]) |
| #define H_NUM 6 |
Definition at line 7 of file backup/util/calib_distortion/calib_dist.h.
| #define LOOP_MAX 20 |
Definition at line 9 of file backup/util/calib_distortion/calib_dist.h.
| #define THRESH 100 |
Definition at line 6 of file backup/util/calib_distortion/calib_dist.h.
| #define V_NUM 4 |
Definition at line 8 of file backup/util/calib_distortion/calib_dist.h.
| typedef struct patt CALIB_PATT_T |
| void calc_distortion | ( | CALIB_PATT_T * | patt, |
| int | xsize, | ||
| int | ysize, | ||
| double | dist_factor[4] | ||
| ) |
Definition at line 13 of file util/calib_camera2/calib_dist.c.