Home
last modified time | relevance | path

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

/cts/apps/CameraITS/utils/
Dimage_fov_utils.py33 THRESH_AR_S = 0.075 # Aspect ratio test threshold of mini images variable
87 thresh_ar = max(THRESH_AR_L, THRESH_AR_S +
88 max(w, h) * (THRESH_AR_L-THRESH_AR_S) / LARGE_SIZE_IMAGE)