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

  /external/opencv/cv/src/
cvcalibration.cpp 290 int bstep; local
300 bstep = B->step/CV_ELEM_SIZE(B->type);
328 dcda[i1*L + j] = b[j*bstep];
357 dcda[i1*L + j] = b[j*bstep];
    [all...]
  /external/opencv3/modules/calib3d/src/
calibration.cpp 64 int bstep; local
74 bstep = B->step/CV_ELEM_SIZE(B->type);
102 dcda[i1*L + j] = b[j*bstep];
131 dcda[i1*L + j] = b[j*bstep];
    [all...]
  /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/
demosaicing.cpp 916 int bstep = (int)srcmat.step; local
    [all...]

Completed in 336 milliseconds