Home
last modified time | relevance | path

Searched refs:xnorm (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,
93 xnorm, ynorm,
120 xnorm, ynorm,
Dtest_lens_movement_reporting.py66 xnorm, ynorm, wnorm, hnorm = chart.locate(cam, props, fmt, sensitivity,
97 xnorm, ynorm,
/cts/apps/CameraITS/pymodules/its/
Dcv2image.py162 xnorm = float(top_left[0]) / scene.shape[1]
164 return xnorm, ynorm, wnorm, hnorm
Dimage.py613 def get_image_patch(img, xnorm, ynorm, wnorm, hnorm): argument
625 xtile = math.ceil(xnorm * wfull)