Home
last modified time | relevance | path

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

/external/opencv/cvaux/src/
Dcvlee.cpp3534 float x21,x43,y43,y21,x31,y31; in _cvLine_LineIntersection() local
3554 y43 = pEdge2->direction->y; in _cvLine_LineIntersection()
3562 y43 = pEdge2->direction->y; in _cvLine_LineIntersection()
3569 y43 = pEdge2->node2->node.y - Point3.y; in _cvLine_LineIntersection()
3575 det = y21*x43 - x21*y43; in _cvLine_LineIntersection()
3579 k = (x43*y31 - y43*x31)/det; in _cvLine_LineIntersection()