OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:lumas
(Results
1 - 3
of
3
) sorted by null
/cts/apps/CameraITS/tests/scene1/
test_ev_compensation_basic.py
55
lumas
= []
76
lumas
.append(luma)
77
print '
lumas
in AE locked captures: ', luma_locked
78
msg = 'AE locked
lumas
: %s, RTOL: %.2f' % (
84
pylab.plot(evs,
lumas
, '-ro')
91
while (
lumas
[-2] >= YUV_SAT_MIN/YUV_FULL_SCALE and
92
lumas
[-1] >= YUV_SAT_MIN/YUV_FULL_SCALE and
93
len(
lumas
) > 2):
94
lumas
.pop(-1)
98
assert len(
lumas
) > 2, '3 or more unsaturated images needed
[
all
...]
test_ev_compensation_advanced.py
58
lumas
= []
84
lumas
.append(its.image.compute_image_means(tile)[0])
90
luma_normal =
lumas
[imid] / shift_mid
93
pylab.plot(ev_steps,
lumas
, '-ro')
101
luma_diffs = [expected_lumas[i]-
lumas
[i] for i in range(len(ev_steps))]
104
print 'Max delta between modeled and measured
lumas
:', max_diff
105
print 'Avg delta between modeled and measured
lumas
:', avg_diff
/cts/apps/CameraITS/tests/scene2/
test_auto_per_frame_control.py
76
lumas
= []
105
lumas
.append(luma)
111
norm_gains = [x / max(total_gains) * max(
lumas
) for x in total_gains]
112
pylab.plot(range(len(
lumas
)),
lumas
, '-g.',
126
prev_luma =
lumas
[i-1]
127
luma =
lumas
[i]
140
for i in range(len(
lumas
)):
141
luma =
lumas
[i]
Completed in 268 milliseconds