OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:rgbimg
(Results
1 - 2
of
2
) sorted by null
/cts/apps/CameraITS/tests/
tutorial.py
78
rgbimg
= its.image.convert_capture_to_rgb_image(cap)
79
its.image.write_image(
rgbimg
, "%s_rgb_1.jpg" % (NAME))
121
rgbimg
= its.image.convert_capture_to_rgb_image(cap)
122
its.image.write_image(
rgbimg
, "%s_rgb_2.jpg" % (NAME))
135
print "RGB image dimensions:",
rgbimg
.shape
136
print "RGB image top-left pixel:",
rgbimg
[0,0]
141
tile = its.image.get_image_patch(
rgbimg
, 0.45, 0.45, 0.1, 0.1)
152
rgbimg_lut = its.image.apply_lut_to_image(
rgbimg
, lut)
162
rgbimg_mat = its.image.apply_matrix_to_image(
rgbimg
, mat)
179
rgbimg
= its.image.convert_capture_to_rgb_image(cap
[
all
...]
/external/python/cpython2/RISCOS/
Makefile
77
@.^.Lib.
rgbimg
/pyd\
285
@.^.Lib.
rgbimg
/pyd: @.^.Modules.o.rgbimgmodule s.linktab
286
$(MAKEDLK) -d @.^.Lib.
rgbimg
/pyd -s s.linktab -o @.^.Modules.o.rgbimgmodule -e initrgbimg
Completed in 896 milliseconds