Home | History | Annotate | Download | only in src

Lines Matching full:max_cost

111     float weight, max_cost;
268 eps = CV_EMD_EPS * state.max_cost;
346 float max_cost = 0;
535 if( max_cost < val )
536 max_cost = val;
547 state->max_cost = max_cost;
917 float eps = CV_EMD_EPS * state->max_cost;