Searched refs:xnorm (Results 1 – 7 of 7) sorted by relevance
/cts/apps/CameraITS/tests/scene6/ |
D | test_in_sensor_zoom.py | 147 xnorm = rl / aw 152 z, xnorm, ynorm, wnorm, hnorm) 155 rgb_full_img, xnorm, ynorm, wnorm, hnorm)
|
/cts/apps/CameraITS/tests/scene3/ |
D | test_edge_enhancement.py | 92 y, chart.xnorm, chart.ynorm, chart.wnorm, chart.hnorm)
|
D | test_flip_mirror.py | 63 y, chart.xnorm, chart.ynorm, chart.wnorm, chart.hnorm)
|
D | test_reprocess_edge_enhancement.py | 111 y, chart.xnorm, chart.ynorm, chart.wnorm, chart.hnorm)
|
D | test_lens_movement_reporting.py | 94 y, chart.xnorm, chart.ynorm, chart.wnorm, chart.hnorm))
|
/cts/apps/CameraITS/utils/ |
D | opencv_processing_utils.py | 278 self.xnorm = 0.0 415 self.xnorm = (top_left[0]) / scene.shape[1] 418 scene_uint8, self.xnorm, self.ynorm, self.wnorm, self.hnorm) / 255
|
D | image_processing_utils.py | 1087 def get_image_patch(img, xnorm, ynorm, wnorm, hnorm): argument 1102 xtile = int(math.ceil(xnorm * wfull))
|