HomeSort by relevance Sort by last modified time
    Searched refs:SHARPNESS_TOL (Results 1 - 2 of 2) sorted by null

  /cts/apps/CameraITS/tests/scene3/
test_lens_position.py 26 SHARPNESS_TOL = 0.1
159 SHARPNESS_TOL)
165 rtol=SHARPNESS_TOL), s_msg
180 assert (d_stat[i]['sharpness']*(1.0+SHARPNESS_TOL) >
182 d_stat[i-1]['sharpness']*(1.0-SHARPNESS_TOL))
184 assert (d_stat[i-1]['sharpness']*(1.0+SHARPNESS_TOL) >
186 d_stat[i]['sharpness']*(1.0-SHARPNESS_TOL))
190 rtol=SHARPNESS_TOL)
test_lens_movement_reporting.py 26 SHARPNESS_TOL = 0.10 # percentage
154 assert np.isclose(min_sharp, max_sharp, rtol=SHARPNESS_TOL)
170 assert np.isclose(min_sharp, max_sharp, rtol=SHARPNESS_TOL)

Completed in 487 milliseconds