Home
last modified time | relevance | path

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

/cts/apps/CameraITS/tests/scene6/
Dtest_in_sensor_zoom.py150 hnorm = rh / ah
152 z, xnorm, ynorm, wnorm, hnorm)
155 rgb_full_img, xnorm, ynorm, wnorm, hnorm)
/cts/apps/CameraITS/tests/scene3/
Dtest_edge_enhancement.py92 y, chart.xnorm, chart.ynorm, chart.wnorm, chart.hnorm)
Dtest_flip_mirror.py63 y, chart.xnorm, chart.ynorm, chart.wnorm, chart.hnorm)
Dtest_reprocess_edge_enhancement.py111 y, chart.xnorm, chart.ynorm, chart.wnorm, chart.hnorm)
Dtest_lens_movement_reporting.py94 y, chart.xnorm, chart.ynorm, chart.wnorm, chart.hnorm))
/cts/apps/CameraITS/utils/
Dopencv_processing_utils.py277 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
Dimage_processing_utils.py1087 def get_image_patch(img, xnorm, ynorm, wnorm, hnorm): argument
1105 htile = int(math.floor(hnorm * hfull))