Home
last modified time | relevance | path

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

/dports/graphics/opencv/opencv-4.5.3/modules/ml/src/
H A Dboost.cpp288 const double lb_z_max = 10.; in updateWeightsAndTrim() local
301 w->ord_responses[si] = std::min(z, lb_z_max); in updateWeightsAndTrim()
306 w->ord_responses[si] = -std::min(z, lb_z_max); in updateWeightsAndTrim()
/dports/graphics/opencv/opencv-4.5.3/apps/traincascade/
H A Dold_ml_boost.cpp1358 const double lb_z_max = 10.; in update_weights() local
1385 fdata[sample_idx[i]*step] = (float)MIN(z, lb_z_max); in update_weights()
1390 fdata[sample_idx[i]*step] = (float)-MIN(z, lb_z_max); in update_weights()