tf.image.adjust_saturation 中的saturation_factor 的范围(最小值-最大值)是多少?

时间:2021-07-14 13:49:02

标签: python image tensorflow image-processing

Tensorflow 文档指出 tf.image.adjust_saturation 的参数是

'''tf.image.adjust_saturation( 图像,saturation_factor,名称=无 )'''

使用参数saturation_factor,文档说的信息是'float。将饱和度乘以的因子。我想知道我可以使用和输入到函数中的数字范围是多少? (0-1), (-1,1), (0,2)?

0 个答案:

没有答案
相关问题