Home
last modified time | relevance | path

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

/cts/apps/CameraITS/utils/
Dopencv_processing_utils.py474 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)