Home
last modified time | relevance | path

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

/cts/apps/CameraITS/utils/
Dopencv_processing_utils.py169 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]
Dimage_processing_utils.py587 def get_image_patch(img, xnorm, ynorm, wnorm, hnorm): argument
602 xtile = int(math.ceil(xnorm * wfull))
/cts/apps/CameraITS/tests/scene3/
Dtest_lens_position.py132 image_processing_utils.get_image_patch(y, chart.xnorm, chart.ynorm,
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.py69 patch = image_processing_utils.get_image_patch(y, chart.xnorm, chart.ynorm,
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))