Searched refs:wnorm (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() 116 self.wnorm = 1.0 229 self.wnorm = float((bottom_right[0]) - top_left[0]) / scene.shape[1]
|
D | image.py | 651 def get_image_patch(img, xnorm, ynorm, wnorm, hnorm): argument 665 wtile = int(math.floor(wnorm * wfull))
|
/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,
|