Home
last modified time | relevance | path

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

/external/opencv3/samples/cpp/
Dselect3dobj.cpp207 vector<Point2f> imgpt(4), tempimg(8); in select3DBox() local
250 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()