• 大小: 0.71M
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2021-03-03
  • 语言: Python
  • 标签:

资源简介

Python OpenCV 图像使用-实例源码.zip

资源截图

代码片段和文件信息

# -*- coding: utf-8 -*-
import cv2
i=cv2.imread(“E:\\lesson\\image\\test.png“)
cv2.imshow(“Demo“i)
cv2.waitKey(0)
cv2.destroyAllWindows()
cv2.imwrite(“E:\\lesson\\image\\lesson1.png“i)

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     文件         186  2019-05-01 14:34  example\2图像.py
     文件      414243  2019-05-01 14:34  example\image\test.png
     文件      354953  2019-05-01 14:34  example\image\test2.png
     文件         489  2019-05-01 14:34  my_code\01.read_image.py
     文件         492  2019-05-01 14:34  my_code\02.show_image.py
     文件         393  2019-05-01 14:34  my_code\03.save_image.py

评论

共有 条评论