Home
last modified time | relevance | path

Searched refs:ParPoint1_img (Results 1 – 1 of 1) sorted by relevance

/external/opencv/cvaux/src/
Dcvlee.cpp3641 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()
[all …]