Home
last modified time | relevance | path

Searched refs:convert_to_y (Results 1 – 5 of 5) sorted by relevance

/cts/apps/CameraITS/tests/scene_flash/
Dtest_auto_flash.py100 y = opencv_processing_utils.convert_to_y(cv2_no_flash_image, 'BGR')
125 y = opencv_processing_utils.convert_to_y(cv2_auto_flash_image, 'BGR')
Dtest_preview_min_frame_rate.py155 opencv_processing_utils.convert_to_y(last_image, 'RGB')
/cts/apps/CameraITS/tests/scene8/
Dtest_ae_awb_regions.py148 light_y = opencv_processing_utils.convert_to_y(light, 'RGB')
150 dark_y = opencv_processing_utils.convert_to_y(dark, 'RGB')
/cts/apps/CameraITS/tests/scene7/
Dtest_multi_camera_switch.py235 y_uint8 = opencv_processing_utils.convert_to_y(img_uint8, 'RGB')
/cts/apps/CameraITS/utils/
Dopencv_processing_utils.py108 def convert_to_y(img, color_order='RGB'): function
1165 gray_img = convert_to_y(uint8_img)