http://www.1zlab.com/wiki/python-opencv-tutorial/ubuntu-check-usb-camera-device/ . 查看video设备¶ 在linux中任何对象都是文件,查看当前是否有摄像头挂载到Ubuntu上,我们可以执行下面的命令行 ls -lt ...
分类:
其他好文 时间:
2020-07-21 09:40:29
阅读次数:
102
ubuntu16.04 编译opencv CUDA, CUDNN gpu加速
分类:
其他好文 时间:
2020-07-20 17:20:16
阅读次数:
171
opencv4.2编译 upg加速 cuda+cudnn
分类:
其他好文 时间:
2020-07-15 12:55:02
阅读次数:
110
前文传送门: 「Python 图像处理 OpenCV (1):入门」 「Python 图像处理 OpenCV (2):像素处理与 Numpy 操作以及 Matplotlib 显示图像」 「Python 图像处理 OpenCV (3):图像属性、图像感兴趣 ROI 区域及通道处理」 「Python 图 ...
分类:
编程语言 时间:
2020-07-13 09:54:16
阅读次数:
119
pro文件QT += coreQT -= guiTARGET = untitled111CONFIG += consoleCONFIG -= app_bundleTEMPLATE = appSOURCES += main.cppINCLUDEPATH += C:\Program Files (x86 ...
分类:
其他好文 时间:
2020-07-13 09:46:03
阅读次数:
77
参考资料: http://www.woshicver.com/ OpenCV-Python 中文文档 图像基础: 读取,展示,保存图片: import cv2 as cv img = cv.imread("d:/test/1.jpg",cv.IMREAD_COLOR) # 读取 cv.imshow( ...
分类:
其他好文 时间:
2020-07-12 16:20:38
阅读次数:
70
1.使用PIL和opencv生成车牌图像数据 from PIL import ImageFont,Image,ImageDraw import cv2 import numpy as np import os from math import * #创建 生成车牌图像数据 的类 index = {" ...
分类:
Web程序 时间:
2020-07-12 14:01:31
阅读次数:
89
Chapter1 - 像素(Pixel)操作 import cv2 as cv import numpy as np src = cv.imread("opencv.png") 一、改变像素值 # copy image, deep copy img_copied = np.copy(src) # c ...
分类:
其他好文 时间:
2020-07-11 13:04:28
阅读次数:
87
Chapter0 - opencv基本操作 环境简介 操作系统:Linux-mint-20.03 工具:miniconda3, jupyter-notebook,python=3.8 为了保证独立性,使用miniconda3新建python环境; 以下所有代码都在Jupyter notebook中编 ...
分类:
其他好文 时间:
2020-07-11 12:41:11
阅读次数:
48
前文传送门: 「Python 图像处理 OpenCV (1):入门」 「Python 图像处理 OpenCV (2):像素处理与 Numpy 操作以及 Matplotlib 显示图像」 「Python 图像处理 OpenCV (3):图像属性、图像感兴趣 ROI 区域及通道处理」 「Python 图 ...
分类:
编程语言 时间:
2020-07-11 09:33:27
阅读次数:
56