Searched refs:y_plane (Results 1 – 2 of 2) sorted by relevance
/cts/apps/CameraITS/utils/ |
D | image_processing_utils.py | 202 def convert_yuv420_planar_to_rgb_image(y_plane, u_plane, v_plane, argument 220 y = numpy.subtract(y_plane, yuv_off[0]) 442 def convert_y8_to_rgb_image(y_plane, w, h): argument 453 y3 = numpy.dstack([y_plane, y_plane, y_plane])
|
D | its_session_utils.py | 1235 y_plane, _, _ = image_processing_utils.convert_capture_to_planes(cap) 1236 validate_lighting(y_plane, scene) 1239 def validate_lighting(y_plane, scene): argument 1253 y_plane, coordinates[0], coordinates[1], 1260 image_processing_utils.write_image(y_plane, f'validate_lighting_{scene}.jpg')
|