All Projects → PacktPublishing → Qt 5 And Opencv 4 Computer Vision Projects

PacktPublishing / Qt 5 And Opencv 4 Computer Vision Projects

Licence: mit
Qt 5 and OpenCV 4 Computer Vision Projects, published by Packt

Projects that are alternatives of or similar to Qt 5 And Opencv 4 Computer Vision Projects

Graphicsprogramming
Demos related to OpenGL, Qt/QML, OpenCV and other X technologies.
Stars: ✭ 83 (+15.28%)
Mutual labels:  opengl, opencv, qt
Hplayer
A multi-screen player using Qt + FFmpeg.
Stars: ✭ 330 (+358.33%)
Mutual labels:  opengl, opencv, qt
Quickviewer
A image/comic viewer application for Windows, Mac and Linux, it can show images very fast
Stars: ✭ 394 (+447.22%)
Mutual labels:  opengl, qt
Opencv Mingw Build
👀 MinGW 32bit and 64bit version of OpenCV compiled on Windows. Including OpenCV 3.3.1, 3.4.1, 3.4.1-x64, 3.4.5, 3.4.6, 3.4.7, 3.4.8-x64, 3.4.9, 4.0.0-alpha-x64, 4.0.0-rc-x64, 4.0.1-x64, 4.1.0, 4.1.0-x64, 4.1.1-x64, 4.5.0-with-contrib
Stars: ✭ 401 (+456.94%)
Mutual labels:  opencv, qt
Olive
Free open-source non-linear video editor
Stars: ✭ 5,682 (+7791.67%)
Mutual labels:  opengl, qt
Evision
计算机视觉实践和探索/Practice and explorations in computer vision.
Stars: ✭ 268 (+272.22%)
Mutual labels:  opencv, qt
Php Opencv Examples
Tutorial for computer vision and machine learning in PHP 7/8 by opencv (installation + examples + documentation)
Stars: ✭ 333 (+362.5%)
Mutual labels:  opencv, ml
Python Opengl
An open access book on Python, OpenGL and Scientific Visualization, Nicolas P. Rougier, 2018
Stars: ✭ 441 (+512.5%)
Mutual labels:  opengl, book
Possumwood
Possumwood is a graph-based procedural authoring tool, in concept not dissimilar to popular CG packages like Houdini, Blender or Maya. It is intended to serve as a sandbox for computer graphics algorithms and libraries, providing a user-friendly and coding-free UI for libraries that would otherwise be inaccessible for an average user.
Stars: ✭ 197 (+173.61%)
Mutual labels:  opengl, qt
Ashengine
A cross-platform 3D engine based on Qt 5.9.7, OpenGL 3.3 and Assimp 4.1.
Stars: ✭ 35 (-51.39%)
Mutual labels:  opengl, qt
Satellitesimulator
🚀 A simple Qt/OpenGL satellite orbit simulator
Stars: ✭ 28 (-61.11%)
Mutual labels:  opengl, qt
Qlogo
QLogo is a rewrite of the UCBLogo language and user interface with UCB compatibility. It is cross-platform and uses hardware-accelerated graphics.
Stars: ✭ 39 (-45.83%)
Mutual labels:  opengl, qt
Aveditor
这是一款短视频编辑 SDK,仿 DouYin 音视频处理。功能包含有美颜、滤镜、贴纸、特效、录制、分段录制、速率录制、变声、配乐、rtmp 直播推流、图片转视频、剪辑,mp4/flv 格式封装等功能。动态库用的我另一个项目编译好的 https://github.com/yangkun19921001/AVFFmpegLib
Stars: ✭ 209 (+190.28%)
Mutual labels:  opengl, opencv
Cmake Templates
Some CMake Templates (examples). Qt, Boost, OpenCV, C++11, etc 一些栗子
Stars: ✭ 368 (+411.11%)
Mutual labels:  opencv, qt
Dustracing2d
Dust Racing 2D is a traditional top-down car racing game including a level editor.
Stars: ✭ 199 (+176.39%)
Mutual labels:  opengl, qt
Mapbox Gl Native
Interactive, thoroughly customizable maps in native Android, iOS, macOS, Node.js, and Qt applications, powered by vector tiles and OpenGL
Stars: ✭ 4,091 (+5581.94%)
Mutual labels:  opengl, qt
Kdabtv
This repository contains the code of the examples showcased in the KDAB TV video series.
Stars: ✭ 61 (-15.28%)
Mutual labels:  opengl, qt
Awesome Android Ndk
🔥 全面深入地掌握NDK技术,成为下一波5G时代的浪潮儿~
Stars: ✭ 138 (+91.67%)
Mutual labels:  opengl, opencv
Augmented reality
💎 "Marker-less Augmented Reality" with OpenCV and OpenGL.
Stars: ✭ 165 (+129.17%)
Mutual labels:  opengl, opencv
Mlt
MLT Multimedia Framework
Stars: ✭ 836 (+1061.11%)
Mutual labels:  opengl, qt

$5 Tech Unlocked 2021!

Buy and download this Book for only $5 on PacktPub.com

If you have read this book, please leave a review on Amazon.com. Potential readers can then use your unbiased opinion to help them make purchase decisions. Thank you. The $5 campaign runs from December 15th 2020 to January 13th 2021.

Qt 5 and OpenCV 4 Computer Vision Projects

Qt 5 and OpenCV 4 Computer Vision Projects

This is the code repository for Qt 5 and OpenCV 4 Computer Vision Projects, published by Packt.

Get up to speed with cross-platform computer vision app development by building seven practical projects

What is this book about?

We are entering the age of artificial intelligence, and Computer Vision plays an important role in the AI field. This book combines OpenCV 4 and Qt 5 as well as many deep learning models to develop many complete, practical, and functional applications through which the readers can learn a lot in CV, GUI, and AI domains.

This book covers the following exciting features: Create an image viewer with all the basic requirements Construct an image editor to filter or transform images Develop a security app to detect movement and secure homes Build an app to detect facial landmarks and apply masks to faces Create an app to extract text from scanned documents and photos Train and use cascade classifiers and DL models for object detection Build an app to measure the distance between detected objects Implement high-speed image filters on GPU with Open Graphics Library (OpenGL)

If you feel this book is for you, get your copy today!

https://www.packtpub.com/

Instructions and Navigations

All of the code is organized into folders. For example, Chapter02.

The code will look like the following:

         QMenu *editMenu;
         QToolBar *editToolBar;
         QAction *blurAction;

Following is what you need for this book: This book is for engineers and developers who are familiar with both Qt and OpenCV frameworks and are capable of creating simple projects using them, but want to build their skills to create professional-level projects using them. Familiarity with the C++ language is a must to follow the example source codes in this book.

With the following software and hardware list you can run all code files present in the book (Chapter 1-8).

Software and Hardware List

Chapter Software required OS required
1 Qt 5.x Windows, Mac OS X, and Linux (Any)
2, 3 Qt 5.x, OpenCV 4.x Windows, Mac OS X, and Linux (Any)
4 Qt 5.x, OpenCV 4.x, OpenCV Extra Modules 4.x Windows, Mac OS X, and Linux (Any)
5 Qt 5.x, OpenCV 4.x, Tesseract 4.x Windows, Mac OS X, and Linux (Any)
6 Qt 5.x, OpenCV 3.4.5, OpenCV 4.x Windows, Mac OS X, and Linux (Any)
7 Qt 5.x, OpenCV 4.x Windows, Mac OS X, and Linux (Any)
8 Qt 5.x, Mesa 18.x (only on Linux), GLFW 3.x, GLEW 2.x Windows, Mac OS X, and Linux (Any)

We also provide a PDF file that has color images of the screenshots/diagrams used in this book. Click here to download it.

Code in Action

Click on the following link to see the Code in Action:

Click here to view the videos

Related products

  • Computer Vision with OpenCV 3 and Qt5 [Packt] [Amazon]

  • [[Packt]](Mastering OpenCV 4 - Third Edition?utm_source=github&utm_medium=repository&utm_campaign=) [Amazon]

Get to Know the Author

Zhuo Qingliang (a.k.a. @KDr2 online) is presently working at Beijing Paoding Technology Co. LTD., a start-up Fintech company in China that is dedicated to improving the financial industry by using artificial intelligence technologies. He has over 10 years’ experience in Linux, C, C++, Python, Perl, and Java development. He is interested in programming, doing consulting work, participating in and contributing to the open source community (of course, includes the Julia community).

Other books by the authors

Suggestions and Feedback

Click here if you have any feedback or suggestions.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].