Loading

摘要: colors = (np.array(colors) * 255).astype(np.int) color = colors[i] cv2.rectangle(img, (x0, y0), (x1, y1), color, 2) """ tuple(colors[i]) (0, 255, 0) t 阅读全文
posted @ 2023-04-29 09:56 ZXYFrank 阅读(401) 评论(0) 推荐(0) 编辑