EPSILON          1542 modules/imgproc/src/min_enclosing_triangle.cpp     return (std::abs(number1 - number2) <= (EPSILON * maximum(1.0, std::abs(number1), std::abs(number2))));
EPSILON            68 modules/video/test/test_kalman.cpp     const double EPSILON = 1.000;
EPSILON           113 modules/video/test/test_kalman.cpp     code = cvtest::cmpEps2( ts, _Sample, _state_post, EPSILON, false, "The final estimated state" );
EPSILON           263 samples/cpp/tutorial_code/calib3d/real_time_pose_estimation/src/PnPProblem.cpp   const double EPSILON = 0.000001;
EPSILON           288 samples/cpp/tutorial_code/calib3d/real_time_pose_estimation/src/PnPProblem.cpp   if(det > -EPSILON && det < EPSILON) return false;
EPSILON           311 samples/cpp/tutorial_code/calib3d/real_time_pose_estimation/src/PnPProblem.cpp   if(t > EPSILON) { //ray intersection