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

  /external/opencv/ml/src/
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;
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;
  /external/opencv3/modules/ml/src/
nbayes.cpp 225 size_t rstep = 0, rpstep = 0; local
234 rstep = results->isContinuous() ? 1 : results->step/results->elemSize();
292 results->ptr<int>()[k*rstep] = ival;
294 results->ptr<float>()[k*rstep] = (float)ival;
  /external/opencv3/3rdparty/libtiff/
tiffio.h 168 float rstep, gstep, bstep; member in struct:__anon20404
  /external/pdfium/third_party/libtiff/
tiffio.h 168 float rstep, gstep, bstep; member in struct:__anon21682
  /external/opencv3/modules/imgproc/src/
lsd.cpp 1065 double lstep = flstep, rstep = frstep; local
    [all...]

Completed in 107 milliseconds