Home
last modified time | relevance | path

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

/external/opencv3/modules/calib3d/test/
Dtest_cameracalibration_artificial.cpp232 vector<Point2f> uv_exp, uv_est; in reprojectErrorWithoutIntrinsics() local
238 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()