Home
last modified time | relevance | path

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

/cts/apps/CameraITS/tests/scene6/
Dtest_in_sensor_zoom.py149 wnorm = rw / aw
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.py276 self.wnorm = 1.0
413 self.wnorm = ((bottom_right[0]) - top_left[0]) / scene.shape[1]
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
1104 wtile = int(math.floor(wnorm * wfull))