Home
last modified time | relevance | path

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

/cts/apps/CameraITS/tests/scene1_1/
Dtest_capture_result.py53 def draw_lsc_plot(lsc_map_w, lsc_map_h, lsc_map, name, log_path): argument
57 xs = np.array([range(lsc_map_w)] * lsc_map_h).reshape(lsc_map_h, lsc_map_w)
58 ys = np.array([[i]*lsc_map_w for i in range(lsc_map_h)]).reshape(
59 lsc_map_h, lsc_map_w)
60 zs = np.array(lsc_map[ch::4]).reshape(lsc_map_h, lsc_map_w)
135 lsc_map_h = lsc_obj['height']
136 logging.debug('LSC map: %dx%d, %s', lsc_map_w, lsc_map_h, str(lsc_map[:8]))
137 draw_lsc_plot(lsc_map_w, lsc_map_h, lsc_map, 'auto', log_path)
210 lsc_map_h = lsc_obj['height']
211 logging.debug('LSC map: %dx%d, %s', lsc_map_w, lsc_map_h, str(lsc_map[:8]))
[all …]