Searched refs:InversParabola (Results 1 – 1 of 1) sorted by relevance
/external/opencv/cvaux/src/ |
D | cvlee.cpp | 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() [all …]
|