Searched refs:hnorm (Results 1 – 7 of 7) sorted by relevance
/cts/apps/CameraITS/tests/scene6/ |
D | test_in_sensor_zoom.py | 150 hnorm = rh / ah 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 | 277 self.hnorm = 1.0 414 self.hnorm = ((bottom_right[1]) - top_left[1]) / scene.shape[0] 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 1105 htile = int(math.floor(hnorm * hfull))
|