Giter Site home page Giter Site logo

qtguidemo's Introduction

QtGuiDemo

  • QtGuiDemo是基于之前人脸检测demo人脸识别demo整理出来的纯界面demo
  • QtGuiDemo是用QT和OpenCV开发一个界面的demo,可简便选择本地图片、摄像头、视频文件来展示图像算法(深度学习、传统)处理结果

开发软件环境

  • Windows 10
  • QT 5.9
  • OpenCV 3.3.0
  • Visual Studio 2017

使用步骤

  • 软件安装
  • 编译
    • 用VS 打开项目,进入属性管理器,选择debug模式下的配置文件opencv3.props修改自己opencv的include lib路径
    • 切记默认debug模式,release模式需要再加个opencv配置即可
  • 接入自己图像处理算法
    • 接入自己图像处理算法可以通过处理this->inputImage输出结果显示在this->imageLabel控件上
    • 本地图片处理:void openPictureSlot(),在这个槽函数处理this->imputImage
    • 视频文件和本地摄像头处理:void paintEvent(QPaintEvent *e),在这个槽函数处理每一帧this->imageLabel
    • 整个界面整洁只有一个菜单栏功能模块和一个QLabel来显示图片

相关使用例子

qtguidemo's People

Contributors

jmu201521121021 avatar

Stargazers

 avatar  avatar Jianwu Huang avatar  avatar ko avatar  avatar KINGLOO avatar  avatar TWOTO avatar Johnson ZHUANG avatar Sean avatar LRR avatar  avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.