HomeSort by relevance Sort by last modified time
    Searched refs:pylab (Results 1 - 18 of 18) sorted by null

  /pdk/apps/CameraITS/tests/
test_blc_lsc.py 18 import pylab namespace
91 pylab.plot(exposures, r_means_center, 'r')
92 pylab.plot(exposures, g_means_center, 'g')
93 pylab.plot(exposures, b_means_center, 'b')
94 pylab.ylim([0,1])
98 pylab.plot(exposures, r_means_corner, 'r')
99 pylab.plot(exposures, g_means_corner, 'g')
100 pylab.plot(exposures, b_means_corner, 'b')
101 pylab.ylim([0,1])
test_param_black_level_lock.py 18 import pylab namespace
63 pylab.plot(range(16), hist.tolist()[:16])
65 pylab.xlabel("Luma DN, showing [0:16] out of full [0:256] range")
66 pylab.ylabel("Pixel count")
67 pylab.title("Histograms for different sensitivities")
test_black_level.py 18 import pylab namespace
84 pylab.plot(range(32), yhist.tolist()[0:32], 'rgb'[si])
85 pylab.plot(range(32), uhist.tolist()[112:144], 'rgb'[si]+'--')
86 pylab.plot(range(32), vhist.tolist()[112:144], 'rgb'[si]+'--')
88 pylab.xlabel("DN: Y[0:32], U[112:144], V[112:144]")
89 pylab.ylabel("Pixel count")
90 pylab.title("Histograms for different sensitivities")
test_black_white.py 23 import pylab namespace
69 pylab.plot([0,1], r_means, 'r')
70 pylab.plot([0,1], g_means, 'g')
71 pylab.plot([0,1], b_means, 'b')
72 pylab.ylim([0,1])
test_param_exposure_time.py 19 import pylab namespace
59 pylab.plot(exp_times, r_means, 'r')
60 pylab.plot(exp_times, g_means, 'g')
61 pylab.plot(exp_times, b_means, 'b')
62 pylab.ylim([0,1])
test_param_sensitivity.py 19 import pylab namespace
59 pylab.plot(sensitivities, r_means, 'r')
60 pylab.plot(sensitivities, g_means, 'g')
61 pylab.plot(sensitivities, b_means, 'b')
62 pylab.ylim([0,1])
test_exposure.py 19 import pylab namespace
65 pylab.plot(mults, r_means, 'r')
66 pylab.plot(mults, g_means, 'g')
67 pylab.plot(mults, b_means, 'b')
68 pylab.ylim([0,1])
test_latching.py 19 import pylab namespace
69 pylab.plot(idxs, r_means, 'r')
70 pylab.plot(idxs, g_means, 'g')
71 pylab.plot(idxs, b_means, 'b')
72 pylab.ylim([0,1])
test_linearity.py 24 import pylab namespace
82 pylab.plot(sensitivities, r_means, 'r')
83 pylab.plot(sensitivities, g_means, 'g')
84 pylab.plot(sensitivities, b_means, 'b')
86 pylab.ylim([0,1])
test_param_color_correction.py 18 import pylab namespace
94 pylab.plot(domain, r_means, 'r')
95 pylab.plot(domain, g_means, 'g')
96 pylab.plot(domain, b_means, 'b')
97 pylab.ylim([0,1])
tutorial.py 37 import pylab namespace
171 pylab.plot(range(256), hist.tolist())
172 pylab.xlabel("Luma DN")
173 pylab.ylabel("Pixel count")
174 pylab.title("Histogram of luma channel of captured image")
test_param_edge_mode.py 18 import pylab namespace
test_param_exposure_time_burst.py 18 import pylab namespace
test_param_flash_mode.py 18 import pylab namespace
test_param_sensitivity_burst.py 18 import pylab namespace
test_param_noise_reduction.py 18 import pylab namespace
88 pylab.plot(range(3), variances[j], "rgb"[j])
  /development/tools/axl/
chewie.py 13 import sys, pylab namespace
148 pylab.text(0, y - 0.25, "%s %s %s" % (val[9], val[0][4], val[8]), font)
151 # pylab.plot([vals[-1][6]], rng)
154 pylab.plot(opened, rng, 'ro')
155 pylab.plot(killed[1], killed[0], 'rx')
160 arrow = pylab.Arrow(send, y, sent - send, 0)
162 ax = pylab.gca()
165 arrow = pylab.Arrow(reading, y, read - reading, 0)
167 ax = pylab.gca()
176 pylab.figtext(0.82, 0.30, caption, bbox=dict(facecolor='lightgrey', alpha=0.5)
    [all...]
  /pdk/apps/CameraITS/pymodules/its/
image.py 19 import pylab namespace

Completed in 58 milliseconds