• Home
  • Raw
  • Download

Lines Matching refs:ParPoint1_img

3641     CvPointFloat  Point,ParPoint1_img,RayPoint1_img;  in _cvLine_OpenParIntersection()  local
3654 _cvCalcPointImage(&ParPoint1_img, pParPoint1, InversParabola); in _cvLine_OpenParIntersection()
3659 if(X[0]<ParPoint1_img.x - LEE_CONST_ACCEPTABLE_ERROR) in _cvLine_OpenParIntersection()
3668 if(X[1]<ParPoint1_img.x - LEE_CONST_ACCEPTABLE_ERROR) in _cvLine_OpenParIntersection()
3680 if(X[0] >= ParPoint1_img.x - LEE_CONST_ACCEPTABLE_ERROR) in _cvLine_OpenParIntersection()
3694 if(X[0] < ParPoint1_img.x - LEE_CONST_ACCEPTABLE_ERROR) in _cvLine_OpenParIntersection()
3750 CvPointFloat Point,ParPoint1_img,ParPoint2_img,RayPoint1_img; in _cvLine_CloseParIntersection() local
3763 _cvCalcPointImage(&ParPoint1_img, pParPoint1, InversParabola); in _cvLine_CloseParIntersection()
3765 if(ParPoint1_img.x>ParPoint2_img.x) in _cvLine_CloseParIntersection()
3766 _cvSwap(ParPoint1_img,ParPoint2_img); in _cvLine_CloseParIntersection()
3771 if((X[0]<ParPoint1_img.x - LEE_CONST_ACCEPTABLE_ERROR) || in _cvLine_CloseParIntersection()
3781 if((X[1]<ParPoint1_img.x - LEE_CONST_ACCEPTABLE_ERROR) || in _cvLine_CloseParIntersection()
3785 if((X[0]<ParPoint1_img.x - LEE_CONST_ACCEPTABLE_ERROR) && in _cvLine_CloseParIntersection()
3799 if(X[0] >= ParPoint1_img.x - LEE_CONST_ACCEPTABLE_ERROR) in _cvLine_CloseParIntersection()
3818 if(X[0] >= ParPoint1_img.x - LEE_CONST_ACCEPTABLE_ERROR) in _cvLine_CloseParIntersection()
3893 CvPointFloat Point = {0,0},ParPoint1_img,RayPoint1_img; in _cvPar_OpenLineIntersection() local
3912 _cvCalcPointImage(&ParPoint1_img, pParPoint1, InversParabola); in _cvPar_OpenLineIntersection()
3922 if(X[i]<=ParPoint1_img.x - LEE_CONST_ACCEPTABLE_ERROR) in _cvPar_OpenLineIntersection()
3941 float dist = Point.x - ParPoint1_img.x; in _cvPar_OpenLineIntersection()
3978 CvPointFloat Point={0,0},ParPoint1_img,RayPoint1_img,RayPoint2_img; in _cvPar_CloseLineIntersection() local
3999 _cvCalcPointImage(&ParPoint1_img, pParPoint1, InversParabola); in _cvPar_CloseLineIntersection()
4020 if(X[i] <= ParPoint1_img.x - LEE_CONST_ACCEPTABLE_ERROR) in _cvPar_CloseLineIntersection()
4039 float dist = Point.x - ParPoint1_img.x; in _cvPar_CloseLineIntersection()