Searched refs:contours (Results 1 – 4 of 4) sorted by relevance
/cts/apps/CameraITS/tests/inprog/rolling_shutter_skew/ |
D | test_rolling_shutter_skew.py | 304 contours, scratch_img, contour_img, mono_img = find_contours(frame.copy()) 309 largest_cluster, cluster_percentage = find_largest_cluster(contours, 392 _, contours, _ = cv2.findContours( 395 contours, _ = cv2.findContours( 398 cv2.drawContours(contour_img, contours, -1, (0, 0, 255), thickness=2) 399 return contours, img, contour_img, red_img 402 def convert_to_circles(contours): argument 433 return list(map(Circle, contours)) 436 def find_largest_cluster(contours, frame): argument 447 clusters = proximity_clusters(contours) [all …]
|
/cts/apps/CameraITS/utils/ |
D | opencv_processing_utils.py | 76 _, contours, _ = cv2.findContours(img, cv2.RETR_TREE, 79 contours, _ = cv2.findContours(img, cv2.RETR_TREE, cv2.CHAIN_APPROX_SIMPLE) 80 return contours 341 contours = find_all_contours(255-img_bw) 345 logging.debug('Initial number of contours: %d', len(contours)) 346 for contour in contours: 495 contours = find_all_contours(img_thresh) 499 for contour in contours:
|
/cts/apps/CameraITS/tests/scene6/ |
D | test_zoom.py | 157 contours = opencv_processing_utils.find_all_contours(255-img_bw) 162 for contour in contours:
|
/cts/apps/CtsVerifier/libs/ |
D | opencv3-android.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/opencv/
org/ ... |