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

  /cts/apps/CameraITS/tests/scene4/
test_multi_camera_alignment.py 45 [[x_w], [y_w]] = inv(A) * b
56 x_w: x in meters in world space
424 x_w = {}
431 x_w[i], y_w[i] = convert_to_world_coordinates(
438 [x_w[i_ref], y_w[i_ref], chart_distance],
441 [x_w[i_2nd], y_w[i_2nd], chart_distance],
448 print ' x_w, y_w (mm): %.2f, %.2f' % (x_w[i]*1.0E3, y_w[i]*1.0E3)
452 err = np.linalg.norm(np.array([x_w[i_ref], y_w[i_ref]]) -
453 np.array([x_w[i_2nd], y_w[i_2nd]])
    [all...]
  /external/libaom/libaom/av1/encoder/
global_motion.c 478 double x_w, y_w; local
483 x_w = (double)j + u;
485 warped = interpolate(ref, x_w, y_w, width, height, stride);
    [all...]

Completed in 155 milliseconds