Searched refs:uv_est (Results 1 – 1 of 1) sorted by relevance
232 vector<Point2f> uv_exp, uv_est; in reprojectErrorWithoutIntrinsics() local238 projectPoints(_chessboard3D, rvecs_est[i], tvecs_est[i], eye33, zero15, uv_est); in reprojectErrorWithoutIntrinsics()240 res += norm(uv_exp[i] - uv_est[i]); in reprojectErrorWithoutIntrinsics()