Searched refs:validImgPoint (Results 1 – 1 of 1) sorted by relevance
1082 Point2f validImgPoint; in run() local1087 …validImgPoint.x = static_cast<float>((double)cameraMatrix(0,0)*(x*cdist + (double)distCoeffs(0,2)*… in run()1089 …validImgPoint.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()