HomeSort by relevance Sort by last modified time
    Searched refs:bstep (Results 1 - 3 of 3) 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...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
Debugger.py 100 self.bstep = b = Button(bframe, text="Step", command=self.step)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
Debugger.py 100 self.bstep = b = Button(bframe, text="Step", command=self.step)

Completed in 71 milliseconds