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

/external/opencv/cvaux/src/
H A Dcvlee.cpp49 const float LEE_CONST_ZERO = 1e-6f; variable
3413 if((fabs(Direction.x)<LEE_CONST_ZERO)&&(fabs(Direction.y)<LEE_CONST_ZERO))
3440 if(half_h < LEE_CONST_ZERO)
3474 if(half_h < LEE_CONST_ZERO)
3576 if(fabs(det) < LEE_CONST_ZERO)
4112 if((fabs(Direction.x) < LEE_CONST_ZERO) &&
4113 (fabs(Direction.y) < LEE_CONST_ZERO))
4117 if(fabs(det) < LEE_CONST_ZERO)
4250 if((fabs(Direction.x) < LEE_CONST_ZERO)
[all...]

Completed in 345 milliseconds