Tensorflow圖像預處理(3)色彩調整

#圖像色彩調整 #調整圖片的亮度,對比度,飽和度,色相等 import matplotlib.pyplot as plt image_raw_data=tf.gfile.GFile("pic/ma.jpg","rb").read() with tf.Session() as sess: img_data=tf.image.decode_jpeg(image_raw_data)
相關文章
相關標籤/搜索