Home
last modified time | relevance | path

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

/cts/apps/CameraITS/tests/
Dtutorial.py162 rgbimg_mat = its.image.apply_matrix_to_image(rgbimg, mat)
/cts/apps/CameraITS/pymodules/its/
Dimage.py589 def apply_matrix_to_image(img, mat): function
825 y = apply_matrix_to_image(x, mat).reshape(3).tolist()