Home
last modified time | relevance | path

Searched refs:wnorm (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.py160 wnorm = float((bottom_right[0]) - top_left[0]) / scene.shape[1]
164 return xnorm, ynorm, wnorm, hnorm
Dimage.py613 def get_image_patch(img, xnorm, ynorm, wnorm, hnorm): argument
627 wtile = math.floor(wnorm * wfull)