Searched refs:apply_lut_to_image (Results 1 – 3 of 3) sorted by relevance
86 img = its.image.apply_lut_to_image(img, inv_gamma_lut[1::2] * LM1)
152 rgbimg_lut = its.image.apply_lut_to_image(rgbimg, lut)
592 def apply_lut_to_image(img, lut): function755 img = apply_lut_to_image(img, DEFAULT_GAMMA_LUT)922 y = apply_lut_to_image(x, lut).reshape(3).tolist()