Home
last modified time | relevance | path

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

/cts/apps/CameraITS/utils/
Dopencv_processing_utils.py32 ANGLE_NUM_MIN = 10 # Minimum number of angles for find_angle() to be valid variable
827 if len(filtered_angles) < ANGLE_NUM_MIN:
830 'Num of angles: %d, MIN: %d', len(filtered_angles), ANGLE_NUM_MIN)