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

/external/opencv3/modules/imgproc/src/
H A Dintersection.cpp113 float vy1 = vec1[i].y; local
118 float det = vx2*vy1 - vx1*vy2;
121 float t2 = (vx1*y21 - vy1*x21) / det;

Completed in 319 milliseconds