Searched refs:realUndistortedPoints (Results 1 – 1 of 1) sorted by relevance
/external/opencv3/modules/calib3d/test/ |
D | test_undistort_points.cpp | 78 vector<Point2f> realUndistortedPoints; in run() local 79 …CV_64FC1), Mat::zeros(3,1,CV_64FC1), intrinsics, Mat::zeros(4,1,CV_64FC1), realUndistortedPoints); in run() 87 double diff = cvtest::norm(Mat(realUndistortedPoints), undistortedPoints, NORM_L2); in run()
|