Home
last modified time | relevance | path

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

/cts/apps/CameraITS/tests/scene3/
Dtest_lens_position.py133 chart.wnorm, chart.hnorm))
160 y, chart.xnorm, chart.ynorm, chart.wnorm, chart.hnorm))
Dtest_edge_enhancement.py72 y, chart.xnorm, chart.ynorm, chart.wnorm, chart.hnorm))
Dtest_flip_mirror.py70 chart.wnorm, chart.hnorm)
Dtest_lens_movement_reporting.py86 y, chart.xnorm, chart.ynorm, chart.wnorm, chart.hnorm))
Dtest_reprocess_edge_enhancement.py111 y, chart.xnorm, chart.ynorm, chart.wnorm, chart.hnorm))
/cts/apps/CameraITS/utils/
Dopencv_processing_utils.py169 self.xnorm, self.ynorm, self.wnorm, self.hnorm, self.scale = (
181 self.hnorm = 1.0
296 self.hnorm = ((bottom_right[1]) - top_left[1]) / scene.shape[0]
Dimage_processing_utils.py587 def get_image_patch(img, xnorm, ynorm, wnorm, hnorm): argument
605 htile = int(math.floor(hnorm * hfull))