Searched defs:pRayPoint1 (Results 1 - 1 of 1) sorted by relevance

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

Completed in 550 milliseconds