使用opencv,对图像进行画框并展示/保存
方法:# 函数说明:# (1)cv2.rectangle(img, 左上角,右下角,color,宽度)# (2)cv2.putText(img,text,开始坐标,字体font,字体大小,color,字体粗细)样例import cv2# 函数说明:# (1)cv2.rectangle(img, 左上角,右下角,color,宽度)# (2)cv2.putText(img,text,开始坐标,字体font,字体大小,color,字体粗细)# step1: 读入数据text = []