Home
last modified time | relevance | path

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

/external/opencv/cvaux/src/
Dcvlee.cpp49 const float LEE_CONST_ZERO = 1e-6f; variable
3413 if((fabs(Direction.x)<LEE_CONST_ZERO)&&(fabs(Direction.y)<LEE_CONST_ZERO)) in _cvCalcEdgeLL()
3440 if(half_h < LEE_CONST_ZERO) in _cvCalcEdgePL()
3474 if(half_h < LEE_CONST_ZERO) in _cvCalcEdgeLP()
3576 if(fabs(det) < LEE_CONST_ZERO) in _cvLine_LineIntersection()
4112 if((fabs(Direction.x) < LEE_CONST_ZERO) && in _cvPar_OpenParIntersection()
4113 (fabs(Direction.y) < LEE_CONST_ZERO)) in _cvPar_OpenParIntersection()
4117 if(fabs(det) < LEE_CONST_ZERO) in _cvPar_OpenParIntersection()
4250 if((fabs(Direction.x) < LEE_CONST_ZERO) && in _cvPar_CloseParIntersection()
4251 (fabs(Direction.y) < LEE_CONST_ZERO)) in _cvPar_CloseParIntersection()
[all …]