Calibration matrix coefficients, computed from three calibration points.
#include <rtouch.h>
Data Fields | |
int32_t | A |
int32_t | B |
int32_t | C |
int32_t | D |
int32_t | E |
int32_t | F |
int32_t | K |
int32_t rtouch_calibration_matrix_struct::A |
Referenced by rtouch_compute_calibration_matrix().
int32_t rtouch_calibration_matrix_struct::B |
Referenced by rtouch_compute_calibration_matrix().
int32_t rtouch_calibration_matrix_struct::C |
Referenced by rtouch_compute_calibration_matrix().
int32_t rtouch_calibration_matrix_struct::D |
Referenced by rtouch_compute_calibration_matrix().
int32_t rtouch_calibration_matrix_struct::E |
Referenced by rtouch_compute_calibration_matrix().
int32_t rtouch_calibration_matrix_struct::F |
Referenced by rtouch_compute_calibration_matrix().
int32_t rtouch_calibration_matrix_struct::K |
Referenced by rtouch_compute_calibration_matrix().