Home | History | Annotate | Download | only in src

Lines Matching full:max_cost

111     float weight, max_cost;
261 eps = CV_EMD_EPS * state.max_cost;
335 float max_cost = 0;
515 if( max_cost < val )
516 max_cost = val;
527 state->max_cost = max_cost;
894 float eps = CV_EMD_EPS * state->max_cost;