Home
last modified time | relevance | path

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

/external/opencv/cvaux/src/
Dcvlee.cpp3531 CvPointFloat Point1,Point3; in _cvLine_LineIntersection() local
3551 Point3.x = pEdge2->node1->node.x; in _cvLine_LineIntersection()
3552 Point3.y = pEdge2->node1->node.y; in _cvLine_LineIntersection()
3559 Point3.x = pEdge2->node2->node.x; in _cvLine_LineIntersection()
3560 Point3.y = pEdge2->node2->node.y; in _cvLine_LineIntersection()
3566 Point3.x = pEdge2->node1->node.x; in _cvLine_LineIntersection()
3567 Point3.y = pEdge2->node1->node.y; in _cvLine_LineIntersection()
3568 x43 = pEdge2->node2->node.x - Point3.x; in _cvLine_LineIntersection()
3569 y43 = pEdge2->node2->node.y - Point3.y; in _cvLine_LineIntersection()
3572 x31 = Point3.x - Point1.x; in _cvLine_LineIntersection()
[all …]