Home
last modified time | relevance | path

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

/external/opencv/cvaux/src/
Dcvlee.cpp3623 pCvPointFloat pRayPoint1; in _cvLine_OpenParIntersection() local
3625 pRayPoint1 = &(pEdge1->node1->node); in _cvLine_OpenParIntersection()
3627 pRayPoint1 = &(pEdge1->node2->node); in _cvLine_OpenParIntersection()
3643 _cvCalcPointImage(&RayPoint1_img, pRayPoint1, InversParabola); in _cvLine_OpenParIntersection()
3711 float dist = _cvPPDist(pPoint, pRayPoint1); in _cvLine_OpenParIntersection()
3733 pCvPointFloat pRayPoint1; in _cvLine_CloseParIntersection() local
3735 pRayPoint1 = &(pEdge1->node1->node); in _cvLine_CloseParIntersection()
3737 pRayPoint1 = &(pEdge1->node2->node); in _cvLine_CloseParIntersection()
3752 _cvCalcPointImage(&RayPoint1_img, pRayPoint1, InversParabola); in _cvLine_CloseParIntersection()
3841 float dist = _cvPPDist(pPoint, pRayPoint1); in _cvLine_CloseParIntersection()
[all …]