Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/dataset/vision/
Dpy_transforms_util.py508 def adjust_saturation(img, saturation_factor): argument
525 img = enhancer.enhance(saturation_factor)
666 saturation_factor = _input_to_factor(saturation, 'saturation')
672 transforms.append(lambda img: adjust_saturation(img, saturation_factor))