Searched refs:use_adaptive_threshold (Results 1 – 1 of 1) sorted by relevance
/cts/apps/CameraITS/utils/ |
D | opencv_processing_utils.py | 474 def find_circle(img, img_name, min_area, color, use_adaptive_threshold=False): argument 495 if use_adaptive_threshold: 587 if not use_adaptive_threshold: 589 img, img_name, min_area, color, use_adaptive_threshold=True) 601 if not use_adaptive_threshold: 603 img, img_name, min_area, color, use_adaptive_threshold=True)
|