Searched refs:RayPoint2_img (Results 1 – 1 of 1) sorted by relevance
3978 CvPointFloat Point={0,0},ParPoint1_img,RayPoint1_img,RayPoint2_img; in _cvPar_CloseLineIntersection() local3981 _cvCalcPointImage(&RayPoint2_img, pRayPoint2, InversParabola); in _cvPar_CloseLineIntersection()3993 q = RayPoint2_img.y - pEdge1->parabola->a*RayPoint2_img.x*RayPoint2_img.x; in _cvPar_CloseLineIntersection()4009 int sign_x = SIGN(RayPoint2_img.x - RayPoint1_img.x); in _cvPar_CloseLineIntersection()4010 int sign_y = SIGN(RayPoint2_img.y - RayPoint1_img.y); in _cvPar_CloseLineIntersection()4011 float pr_dir = (RayPoint2_img.x - RayPoint1_img.x)*sign_x + in _cvPar_CloseLineIntersection()4012 (RayPoint2_img.y - RayPoint1_img.y)*sign_y; in _cvPar_CloseLineIntersection()