Home | History | Annotate | Download | only in test

Lines Matching defs:matR

62     CvMat* matR;
82 _camera_mat = matR = matP = _distortion_coeffs = _src_points = _dst_points = NULL;
93 cvUndistortPoints(_src_points,_dst_points,_camera_mat,_distortion_coeffs,matR,matP);
125 matR = &_R_orig;
215 matR = temp;
217 matR = &_R_orig;
220 matR = temp;
222 matR = &_R_orig;
226 matR = temp;
228 matR = &_R_orig;
299 CvMat* matR;
320 _camera_mat = matR = _new_camera_mat = _distortion_coeffs = _mapx = _mapy = NULL;
331 cvInitUndistortRectifyMap(_camera_mat,_distortion_coeffs,matR,_new_camera_mat,_mapx,_mapy);
359 matR = &_R_orig;