HomeSort by relevance Sort by last modified time
    Searched refs:c_o (Results 1 - 2 of 2) sorted by null

  /external/opencv/cxcore/src/
cxutils.cpp 158 double* c_o = (double*)(old_centers->data.ptr + k*old_centers->step); local
161 double t = c[j] - c_o[j];
    [all...]
  /external/opencv/ml/src/
mlem.cpp 717 const double* c_o = (double*)(old_centers->data.ptr + k*old_centers->step); local
720 double t = c[j] - c_o[j];
    [all...]

Completed in 325 milliseconds