Home
last modified time | relevance | path

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

/cts/apps/CameraITS/tests/scene1/
Dtest_dng_noise_model.py142 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/
Dlocal_poc.h70 __u32 thresh; member
77 __u32 thresh; member
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2016-8431/
Dlocal_poc.h70 __u32 thresh; member
77 __u32 thresh; member
/cts/apps/CameraITS/pymodules/its/
Dcv2image.py280 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/
Dlocal_poc.h249 __u32 thresh; member
307 __u32 thresh; member
/cts/apps/CameraITS/tests/rolling_shutter_skew/
Dtest_rolling_shutter_skew.py376 _, thresh = cv2.threshold(red_img, 0, 255, cv2.THRESH_BINARY +
383 opening = cv2.morphologyEx(thresh, cv2.MORPH_OPEN, kernel, iterations=2)