• Home
  • Raw
  • Download

Lines Matching refs:InversParabola

3638     float InversParabola[6];  in _cvLine_OpenParIntersection()  local
3639 _cvCalcOrtogInverse(InversParabola, Parabola); in _cvLine_OpenParIntersection()
3643 _cvCalcPointImage(&RayPoint1_img, pRayPoint1, InversParabola); in _cvLine_OpenParIntersection()
3644 _cvCalcVectorImage(&Direction_img,pDirection, InversParabola); in _cvLine_OpenParIntersection()
3654 _cvCalcPointImage(&ParPoint1_img, pParPoint1, InversParabola); in _cvLine_OpenParIntersection()
3747 float InversParabola[6]; in _cvLine_CloseParIntersection() local
3748 _cvCalcOrtogInverse(InversParabola, Parabola); in _cvLine_CloseParIntersection()
3752 _cvCalcPointImage(&RayPoint1_img, pRayPoint1, InversParabola); in _cvLine_CloseParIntersection()
3753 _cvCalcVectorImage(&Direction_img,pDirection, InversParabola); in _cvLine_CloseParIntersection()
3763 _cvCalcPointImage(&ParPoint1_img, pParPoint1, InversParabola); in _cvLine_CloseParIntersection()
3764 _cvCalcPointImage(&ParPoint2_img, pParPoint2, InversParabola); in _cvLine_CloseParIntersection()
3890 float InversParabola[6]; in _cvPar_OpenLineIntersection() local
3891 _cvCalcOrtogInverse(InversParabola, Parabola); in _cvPar_OpenLineIntersection()
3895 _cvCalcVectorImage(&Direction_img,pDirection, InversParabola); in _cvPar_OpenLineIntersection()
3896 _cvCalcPointImage(&RayPoint1_img, pRayPoint1, InversParabola); in _cvPar_OpenLineIntersection()
3912 _cvCalcPointImage(&ParPoint1_img, pParPoint1, InversParabola); in _cvPar_OpenLineIntersection()
3975 float InversParabola[6]; in _cvPar_CloseLineIntersection() local
3976 _cvCalcOrtogInverse(InversParabola, Parabola); in _cvPar_CloseLineIntersection()
3980 _cvCalcPointImage(&RayPoint1_img, pRayPoint1, InversParabola); in _cvPar_CloseLineIntersection()
3981 _cvCalcPointImage(&RayPoint2_img, pRayPoint2, InversParabola); in _cvPar_CloseLineIntersection()
3999 _cvCalcPointImage(&ParPoint1_img, pParPoint1, InversParabola); in _cvPar_CloseLineIntersection()
4000 _cvCalcVectorImage(&Direction_img,pDirection, InversParabola); in _cvPar_CloseLineIntersection()