Searched refs:wnorm (Results 1 – 7 of 7) sorted by relevance
/cts/apps/CameraITS/tests/scene3/ |
D | test_lens_position.py | 133 chart.wnorm, chart.hnorm)) 160 y, chart.xnorm, chart.ynorm, chart.wnorm, chart.hnorm))
|
D | test_edge_enhancement.py | 72 y, chart.xnorm, chart.ynorm, chart.wnorm, chart.hnorm))
|
D | test_flip_mirror.py | 70 chart.wnorm, chart.hnorm)
|
D | test_lens_movement_reporting.py | 86 y, chart.xnorm, chart.ynorm, chart.wnorm, chart.hnorm))
|
D | test_reprocess_edge_enhancement.py | 111 y, chart.xnorm, chart.ynorm, chart.wnorm, chart.hnorm))
|
/cts/apps/CameraITS/utils/ |
D | opencv_processing_utils.py | 169 self.xnorm, self.ynorm, self.wnorm, self.hnorm, self.scale = ( 176 self.wnorm = 1.0 279 self.wnorm = ((bottom_right[0]) - top_left[0]) / scene.shape[1]
|
D | image_processing_utils.py | 626 def get_image_patch(img, xnorm, ynorm, wnorm, hnorm): argument 643 wtile = int(math.floor(wnorm * wfull))
|