摘要: # 生成渐变色指定长宽图像 ````python import cv2 import numpy as np def create_gradient_image(start_color, end_color, width, height): # 将颜色值从[0, 1]的范围转换为[0, 255]的范 阅读全文
posted @ 2023-06-07 16:26 梁君牧 阅读(27) 评论(0) 推荐(0)