Home
last modified time | relevance | path

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

/cts/apps/CameraITS/utils/
Dimage_processing_utils.py149 def apply_lens_shading_map(color_plane, black_level, white_level, lsc_map): argument
162 numpy.min(color_plane), numpy.max(color_plane))
163 color_plane = (numpy.multiply((color_plane * white_level - black_level),
167 numpy.min(color_plane), numpy.max(color_plane))
168 return color_plane