Searched refs:tmpPoint2 (Results 1 - 1 of 1) sorted by relevance

/external/opencv/cvaux/src/
H A Dcvepilines.cpp1977 CvPoint2D64d tmpPoint2; local
1988 tmpPoint2 = *point11;
1990 *point21 = tmpPoint2;
1992 tmpPoint2 = *point12;
1994 *point22 = tmpPoint2;
2861 CvPoint3D64d tmpPoint2 = { 0, 0, 0 };
2863 &tmpPoint2,
2868 dx = tmpPoint2.x - points1[i].x;
2869 dy = tmpPoint2.y - points1[i].y;
2870 dz = tmpPoint2
[all...]

Completed in 38 milliseconds