Home
last modified time | relevance | path

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

/external/opencv3/apps/traincascade/
Dboost.cpp104 #define CV_THRESHOLD_EPS (0.00001F) macro
1417 sum = sum < threshold - CV_THRESHOLD_EPS ? 0.0 : 1.0; in predict()