Searched refs:thresh (Results 1 – 6 of 6) sorted by relevance
/cts/apps/CameraITS/tests/scene1/ |
D | test_dng_noise_model.py | 142 thresh = max(DIFF_THRESH, FRAC_THRESH*var_expected[i][j]) 143 assert diff <= thresh, 'diff: %.5f, thresh: %.4f' % (diff, thresh)
|
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2016-8432/ |
D | local_poc.h | 70 __u32 thresh; member 77 __u32 thresh; member
|
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2016-8431/ |
D | local_poc.h | 70 __u32 thresh; member 77 __u32 thresh; member
|
/cts/apps/CameraITS/pymodules/its/ |
D | cv2image.py | 280 thresh = cv2.adaptiveThreshold( 288 thresh, cv2.RETR_TREE, cv2.CHAIN_APPROX_SIMPLE) 291 thresh, cv2.RETR_TREE, cv2.CHAIN_APPROX_SIMPLE)
|
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2017-6262/ |
D | local_poc.h | 249 __u32 thresh; member 307 __u32 thresh; member
|
/cts/apps/CameraITS/tests/rolling_shutter_skew/ |
D | test_rolling_shutter_skew.py | 376 _, thresh = cv2.threshold(red_img, 0, 255, cv2.THRESH_BINARY + 383 opening = cv2.morphologyEx(thresh, cv2.MORPH_OPEN, kernel, iterations=2)
|