Home
last modified time | relevance | path

Searched refs:hnorm (Results 1 – 4 of 4) sorted by relevance

/cts/apps/CameraITS/tests/scene3/
Dtest_lens_position.py67 xnorm, ynorm, wnorm, hnorm = chart.locate(cam, props, fmt, sensitivity,
94 wnorm, hnorm))
121 wnorm, hnorm))
Dtest_lens_movement_reporting.py66 xnorm, ynorm, wnorm, hnorm = chart.locate(cam, props, fmt, sensitivity,
98 wnorm, hnorm))
/cts/apps/CameraITS/pymodules/its/
Dcv2image.py161 hnorm = float((bottom_right[1]) - top_left[1]) / scene.shape[0]
164 return xnorm, ynorm, wnorm, hnorm
Dimage.py613 def get_image_patch(img, xnorm, ynorm, wnorm, hnorm): argument
628 htile = math.floor(hnorm * hfull)