Home | History | Annotate | Download | only in src

Lines Matching full:t_ref

910     cv::Mat om_ref, R_ref, T_ref, R1, R2;
916 T_ref = cv::Mat(tvecs2[image_idx]) - R_ref * cv::Mat(tvecs1[image_idx]);
919 T_ref.reshape(3, 1).copyTo(T_list.col(image_idx));