HomeSort by relevance Sort by last modified time
    Searched full:b_right (Results 1 - 1 of 1) sorted by null

  /external/opencv3/apps/createsamples/
utility.cpp 253 double k_left, b_left, k_right, b_right; local
377 /* right edge equation: y = k_right * x + b_right */
380 b_right = (q[right][1] * q[next_right][0] -
394 double x_max = k_right * iy_min + b_right;
474 b_right = (q[right][1] * q[next_right][0] -
    [all...]

Completed in 3725 milliseconds