Searched refs:hnorm (Results 1 – 8 of 8) sorted by relevance
/cts/apps/CameraITS/pymodules/its/ |
D | cv2image.py | 104 … self.xnorm, self.ynorm, self.wnorm, self.hnorm, self.scale = its.image.chart_located_per_argv() 117 self.hnorm = 1.0 230 self.hnorm = float((bottom_right[1]) - top_left[1]) / scene.shape[0]
|
D | image.py | 651 def get_image_patch(img, xnorm, ynorm, wnorm, hnorm): argument 666 htile = int(math.floor(hnorm * hfull))
|
/cts/apps/CameraITS/tests/scene3/ |
D | test_lens_position.py | 76 y, chart.xnorm, chart.ynorm, chart.wnorm, chart.hnorm)) 103 y, chart.xnorm, chart.ynorm, chart.wnorm, chart.hnorm))
|
D | test_edge_enhancement.py | 65 y, chart.xnorm, chart.ynorm, chart.wnorm, chart.hnorm))
|
D | test_flip_mirror.py | 63 chart.wnorm, chart.hnorm)
|
D | test_reprocess_edge_enhancement.py | 91 y, chart.xnorm, chart.ynorm, chart.wnorm, chart.hnorm))
|
D | test_lens_movement_reporting.py | 82 y, chart.xnorm, chart.ynorm, chart.wnorm, chart.hnorm))
|
/cts/apps/CameraITS/tools/ |
D | run_all_tests.py | 478 chart.xnorm, chart.ynorm, chart.wnorm, chart.hnorm,
|