Home | History | Annotate | Download | only in src

Lines Matching full:c_weights

1666     double *v_weights = buf, *c_weights = buf + k;
1721 c_weights[i] = sum ? 1./sum : 0;
1735 double dist2 = 0., beta = c_weights[idx];
1768 double* c_weights = (double*)cvStackAlloc( mi*sizeof(c_weights[0]) );
1827 c_weights[j] = sum;
1828 R += c_weights[j];
1854 weight = c_weights[idx];