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

  /cts/apps/CameraITS/tests/scene1/
test_multi_camera_match.py 69 img_raw = its.image.convert_capture_to_rgb_image(cap_raw, props=props)
70 its.image.write_image(img_raw, '%s_raw.jpg' % NAME)
72 its.image.get_image_patch(img_raw, PATCH_LOC, PATCH_LOC,
  /cts/apps/CameraITS/tests/scene4/
test_multi_camera_alignment.py 130 img_raw = its.image.convert_capture_to_rgb_image(
136 its.image.write_image(img_raw, '%s_raw_%s.jpg' % (NAME, i))
139 img_raw *= 255
142 img = cv2.resize(img_raw.astype(np.uint8), None, fx=2, fy=2)
test_aspect_ratio_and_crop.py 202 img_raw = its.image.convert_capture_to_rgb_image(cap_raw,
207 img_raw = cv2.resize(img_raw, (0,0), fx=2.0, fy=2.0)
248 img_raw = cv2.undistort(img_raw, k, opencv_dist)
249 size_raw = img_raw.shape
254 img_raw, raw_avlb, img_name, debug)

Completed in 191 milliseconds