Home
last modified time | relevance | path

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

/external/opencv3/modules/calib3d/test/
Dtest_cameracalibration.cpp1082 Point2f validImgPoint; in run() local
1087validImgPoint.x = static_cast<float>((double)cameraMatrix(0,0)*(x*cdist + (double)distCoeffs(0,2)*… in run()
1089validImgPoint.y = static_cast<float>((double)cameraMatrix(1,1)*(y*cdist + (double)distCoeffs(0,2)*… in run()
1092 if( fabs(it->x - validImgPoint.x) > imgPointErr || in run()
1093 fabs(it->y - validImgPoint.y) > imgPointErr ) in run()