Home
last modified time | relevance | path

Searched refs:t_est__ (Results 1 – 2 of 2) sorted by relevance

/external/opencv3/modules/calib3d/src/
Ddls.h78 cv::Mat C_est__, t_est__; // optimal found solution variable
Ddls.cpp75 t_est__ = t_est_[j] - C_est_[j] * R_[i] * mn; in compute_pose()
86 t_est__.copyTo(t); in compute_pose()