Searched refs:hnorm (Results 1 – 4 of 4) sorted by relevance
/cts/apps/CameraITS/tests/scene3/ |
D | test_lens_position.py | 67 xnorm, ynorm, wnorm, hnorm = chart.locate(cam, props, fmt, sensitivity, 94 wnorm, hnorm)) 121 wnorm, hnorm))
|
D | test_lens_movement_reporting.py | 66 xnorm, ynorm, wnorm, hnorm = chart.locate(cam, props, fmt, sensitivity, 98 wnorm, hnorm))
|
/cts/apps/CameraITS/pymodules/its/ |
D | cv2image.py | 161 hnorm = float((bottom_right[1]) - top_left[1]) / scene.shape[0] 164 return xnorm, ynorm, wnorm, hnorm
|
D | image.py | 613 def get_image_patch(img, xnorm, ynorm, wnorm, hnorm): argument 628 htile = math.floor(hnorm * hfull)
|