【OpenCV】踩过的坑

cv2.imread() 读取后的图片文件的格式为 np.ndarray np.uint8 格式 因此处理图片后若是没法显示,须要转换格式 x.astype(np.unit8) (不是np.int 或 int)web
相关文章
相关标签/搜索