Home
last modified time | relevance | path

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

/cts/apps/CameraITS/tests/scene3/
Dtest_lens_position.py26 SHARPNESS_TOL = 10 # percentage variable
171 rtol=SHARPNESS_TOL/100.0)
185 assert (d_stat[i]['sharpness']*(1.0+SHARPNESS_TOL) >
187 d_stat[i-1]['sharpness']*(1.0-SHARPNESS_TOL))
189 assert (d_stat[i-1]['sharpness']*(1.0+SHARPNESS_TOL) >
191 d_stat[i]['sharpness']*(1.0-SHARPNESS_TOL))
194 d_move[i]['sharpness'], rtol=SHARPNESS_TOL)
Dtest_lens_movement_reporting.py26 SHARPNESS_TOL = 0.10 # percentage variable
162 assert np.isclose(min_sharp, max_sharp, rtol=SHARPNESS_TOL)
177 assert np.isclose(min_sharp, max_sharp, rtol=SHARPNESS_TOL)