Searched refs:xnorm (Results 1 – 7 of 7) sorted by relevance
/cts/apps/CameraITS/utils/ |
D | opencv_processing_utils.py | 169 self.xnorm, self.ynorm, self.wnorm, self.hnorm, self.scale = ( 171 if not self.xnorm: 182 self.xnorm = 0.0 297 self.xnorm = (top_left[0]) / scene.shape[1]
|
D | image_processing_utils.py | 587 def get_image_patch(img, xnorm, ynorm, wnorm, hnorm): argument 602 xtile = int(math.ceil(xnorm * wfull))
|
/cts/apps/CameraITS/tests/scene3/ |
D | test_lens_position.py | 132 image_processing_utils.get_image_patch(y, chart.xnorm, chart.ynorm, 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 | 69 patch = image_processing_utils.get_image_patch(y, chart.xnorm, chart.ynorm,
|
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))
|