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

  /external/opencv/ml/src/
mlnbayes.cpp 294 int rtype = 0, rstep = 0, size; local
318 rstep = CV_IS_MAT_CONT(results->type) ? 1 : results->step/CV_ELEM_SIZE(rtype);
371 results->data.i[k*rstep] = ival;
373 results->data.fl[k*rstep] = (float)ival;
mlknearest.cpp 220 int rstep = _results && !CV_IS_MAT_CONT(_results->type) ? _results->step/sizeof(result) : 1; local
277 _results->data.fl[(start + i)*rstep] = r;
  /external/opencv/cv/src/
cvtemplmatch.cpp 319 void* result, int rstep );

Completed in 571 milliseconds