Searched refs:tempimg (Results 1 – 1 of 1) sorted by relevance
207 vector<Point2f> imgpt(4), tempimg(8); in select3DBox() local250 projectPoints(Mat(tempobj), rvec, tvec, cameraMatrix, Mat(), tempimg); in select3DBox()252 Point2f a = imgpt[nearestIdx], b = tempimg[0], d1 = b - a, d2 = m - a; in select3DBox()