Searched refs:faces_cropped (Results 1 – 8 of 8) sorted by relevance
/cts/apps/CameraITS/tests/scene2_d/ |
D | test_autoframing.py | 42 img, img_name, faces_cropped = self.get_image_data(cap, props, faces) 45 img, faces_cropped, img_name) 48 img, img_name, faces_cropped = self.get_image_data(cap, props, faces) 52 faces_cropped, opencv_faces, img, img_name) 60 faces_cropped = opencv_processing_utils.correct_faces_for_crop( 63 return img, img_name, faces_cropped
|
D | test_num_faces.py | 175 faces_cropped = opencv_processing_utils.correct_faces_for_crop( 177 for (l, r, t, b) in faces_cropped: 210 faces_cropped, faces_opencv, img, img_name)
|
/cts/apps/CameraITS/tests/scene2_e/ |
D | test_num_faces.py | 175 faces_cropped = opencv_processing_utils.correct_faces_for_crop( 177 for (l, r, t, b) in faces_cropped: 210 faces_cropped, faces_opencv, img, img_name)
|
/cts/apps/CameraITS/tests/scene2_c/ |
D | test_num_faces.py | 175 faces_cropped = opencv_processing_utils.correct_faces_for_crop( 177 for (l, r, t, b) in faces_cropped: 210 faces_cropped, faces_opencv, img, img_name)
|
/cts/apps/CameraITS/tests/scene2_f/ |
D | test_num_faces.py | 175 faces_cropped = opencv_processing_utils.correct_faces_for_crop( 177 for (l, r, t, b) in faces_cropped: 210 faces_cropped, faces_opencv, img, img_name)
|
/cts/apps/CameraITS/tests/scene2_b/ |
D | test_num_faces.py | 175 faces_cropped = opencv_processing_utils.correct_faces_for_crop( 177 for (l, r, t, b) in faces_cropped: 210 faces_cropped, faces_opencv, img, img_name)
|
/cts/apps/CameraITS/tests/scene2_a/ |
D | test_num_faces.py | 175 faces_cropped = opencv_processing_utils.correct_faces_for_crop( 177 for (l, r, t, b) in faces_cropped: 210 faces_cropped, faces_opencv, img, img_name)
|
/cts/apps/CameraITS/utils/ |
D | opencv_processing_utils.py | 887 def match_face_locations(faces_cropped, faces_opencv, img, img_name): argument 903 ((l+r)//2, (t+b)//2) for (l, r, t, b) in faces_cropped] 936 def draw_green_boxes_around_faces(img, faces_cropped, img_name): argument 947 for (l, r, t, b) in faces_cropped:
|