Home
last modified time | relevance | path

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

/external/opencv3/modules/calib3d/test/
Dtest_cameracalibration_artificial.cpp175 const Point3d& tvec_est = *tvecs_est[i].ptr<Point3d>(); in compareShiftVecs() local
177 if (norm(tvec_est - tvec) > eps* (norm(tvec) + dlt)) in compareShiftVecs()
186 …:LOG, "%d) norm(tvec_est - tvec) = %f, norm(tvec_exp) = %f \n", r, norm(tvec_est - tvec), norm(tve… in compareShiftVecs()