Home
last modified time | relevance | path

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

/cts/apps/CameraITS/tests/scene3/
Dtest_edge_enhancement.py71 y, chart.xnorm, chart.ynorm, chart.wnorm, chart.hnorm)
Dtest_flip_mirror.py65 patch = image_processing_utils.get_image_patch(y, chart.xnorm, chart.ynorm,
Dtest_reprocess_edge_enhancement.py111 y, chart.xnorm, chart.ynorm, chart.wnorm, chart.hnorm)
Dtest_lens_movement_reporting.py86 y, chart.xnorm, chart.ynorm, chart.wnorm, chart.hnorm))
/cts/apps/CameraITS/utils/
Dopencv_processing_utils.py174 self.xnorm = 0.0
284 self.xnorm = (top_left[0]) / scene.shape[1]
Dimage_processing_utils.py645 def get_image_patch(img, xnorm, ynorm, wnorm, hnorm): argument
660 xtile = int(math.ceil(xnorm * wfull))