Home
last modified time | relevance | path

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

/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))
/cts/apps/CameraITS/utils/
Dopencv_processing_utils.py169 self.xnorm, self.ynorm, self.wnorm, self.hnorm, self.scale = (
183 self.ynorm = 0.0
298 self.ynorm = (top_left[1]) / scene.shape[0]
Dimage_processing_utils.py587 def get_image_patch(img, xnorm, ynorm, wnorm, hnorm): argument
603 ytile = int(math.ceil(ynorm * hfull))