Home
last modified time | relevance | path

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

/cts/apps/CameraITS/tests/scene1_2/
Dtest_post_raw_sensitivity_boost.py97 def create_plots(idx, raw_means, yuv_means, name_with_log_path): argument
111 pylab.plot(idx, [ch[i] for ch in raw_means], '-'+'rgb'[i]+'o', label='RAW',
163 raw_means = []
169 raw_means.append(compute_patch_means(raw_caps[i], props, raw_file_name))
175 sens, sens_boost, str(raw_means[-1]), str(yuv_means[-1]))
179 create_plots(cap_idxs, raw_means, yuv_means, name_with_log_path)
187 ratio_per_step = raw_means[step-1][ch] / raw_means[step][ch]
189 step - 1, step, _COLORS[ch], raw_means[step - 1][ch],
190 raw_means[step][ch], ratio_per_step)
191 if raw_means[step][ch] <= _RAW_PIXEL_THRESH:
[all …]
/cts/apps/CameraITS/tests/scene0/
Dtest_tonemap_curve.py110 raw_means = image_processing_utils.compute_image_means(raw_patch)
112 n, x_norm, str(raw_means))
114 if np.allclose(_COLOR_CHECKER[color], raw_means, atol=_RAW_ATOL):
166 raw_means = np.array(image_processing_utils.compute_image_means(raw_patch))
173 if not np.allclose(raw_means, yuv_means, atol=_RGB_MEAN_ATOL):