HomeSort by relevance Sort by last modified time
    Searched full:csample (Results 1 - 1 of 1) sorted by null

  /external/opencv/ml/src/
mlem.cpp 928 double *csample = centered_sample->data.db, p = log_det->data.db[k]; local
932 csample[j] = sample[j] - mean[j];
936 p += csample[j]*csample[j]*w_data[is_spherical ? 0 : j];
    [all...]

Completed in 48 milliseconds