OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:apply_lut_to_image
(Results
1 - 3
of
3
) sorted by null
/cts/apps/CameraITS/tests/scene1/
test_linearity.py
77
img = its.image.
apply_lut_to_image
(img, inv_gamma_lut[1::2] * LM1)
/cts/apps/CameraITS/tests/
tutorial.py
152
rgbimg_lut = its.image.
apply_lut_to_image
(rgbimg, lut)
/cts/apps/CameraITS/pymodules/its/
image.py
377
def
apply_lut_to_image
(img, lut):
function
500
img =
apply_lut_to_image
(img, DEFAULT_GAMMA_LUT)
731
""" Unit test for
apply_lut_to_image
.
740
y =
apply_lut_to_image
(x, lut).reshape(3).tolist()
Completed in 777 milliseconds