资源简介
OPENCV视频头调用
代码片段和文件信息
#!/usr/bin/python
# -*- coding: UTF-8 -*-
import sys
import cv2
from PyQt5 import QtCore QtGuiQtWidgets
import os
class Ui_MainWindow(QtWidgets.QWidget):
def __init__(self parent=None):
super(Ui_MainWindow self).__init__(parent)
# self.face_recong = face.Recognition()
self.timer_camera = QtCore.QTimer()
self.cap = cv2.VideoCapture()
self.CAM_NUM = 0
self.set_ui()
self.slot_init()
self.__flag_work = 0
self.x =0
def set_ui(self):
self.__layout_main = QtWidgets.QHBoxLayout()
self.__layout_fun_button = QtWidgets.QVBoxLayout()
self.__layout_data_show = QtWidgets.QVBoxLayout()
self.button_open_camera = QtWidgets.QPushButton(u‘打开相机‘)
self.button_close = QtWidgets.QPushButton(u‘退出‘)
self.button_open_camera.setMinimumHeight(50)
self.button_close.setMinimumHeight(50)
self.button_close.move(10100)
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 198 2018-01-09 08:57 .idea\misc.xm
文件 286 2018-01-09 08:57 .idea\modules.xm
文件 455 2018-01-09 08:57 .idea\pyQtOpenCV_Camera.iml
文件 11544 2018-01-09 09:41 .idea\workspace.xm
目录 0 2018-01-09 09:41 __pycache__\
文件 4603 2018-01-09 09:34 main.py
目录 0 2018-01-09 09:41 .idea\
相关资源
- openmv识别红色,串口通信,可用于信
- 国外实习题:Programming Assignment 3
- Think Python2: How to Think Like a Computer Sc
- VIP视频解析(python)
- 使用sendgrid api 发送邮件
- 基于opencv和tkinter的图像处理GUI-源代码
- Python OpenCV 图像轮廓-.zip
- Python OpenCV 形态学操作-.zip
- Python OpenCV 傅里叶变换-.zip
- Python OpenCV 图像运算-.zip
- Python OpenCV 图像处理基础-.zip
- Python OpenCV 直方图-.zip
- Python OpenCV 车道检测-.zip
- Python OpenCV 几何变换-.zip
- Python OpenCV 图像平滑处理-.zip
- Python OpenCV 阈值分割-.zip
- Python OpenCV canny边缘检测-.zip
- Python OpenCV 图像梯度-.zip
- Python OpenCV 图像金字塔-.zip
- Python解锁视频网站(vip视频破解助手
- 基于机器学习框架tensorflow的图像分类
- 机器学习实战:基于 Scikit-Learn 和 T
- 《白话深度学习与TensorFlow》.pdf
- Tensorflow+实战Google深度学习框架
- python MNIST分类 tensorflow
- python+selenium+phantomjs 模拟自动登陆di
- python+selenium+headless+chrome 模拟自动登陆
- selenium对京东淘宝商品爬取
- python机器学习课件+源码+视频教程
- python 抖音视频
评论
共有 条评论