https://github.com/jonghough/qtcv
OpenCV 3.0 algorithms with Qt 5 GUI
https://github.com/jonghough/qtcv
algorithm detection opencv qt qt-gui qt5
Last synced: 27 days ago
JSON representation
OpenCV 3.0 algorithms with Qt 5 GUI
- Host: GitHub
- URL: https://github.com/jonghough/qtcv
- Owner: jonghough
- License: bsd-2-clause
- Created: 2015-09-21T09:42:30.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-03-07T14:52:20.000Z (about 9 years ago)
- Last Synced: 2025-04-05T11:23:38.800Z (about 2 months ago)
- Topics: algorithm, detection, opencv, qt, qt-gui, qt5
- Language: C++
- Homepage:
- Size: 164 KB
- Stars: 14
- Watchers: 3
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
QtCV
===A collection of OpenCV 3.0 sample algorithms integrated with a Qt GUI.
Dependencies
==[OpenCV 3.0](https://github.com/Itseez/opencv)
[Opencv_contrib](https://github.com/itseez/opencv_contrib)
Project built Qt Creator 3.0.1 and Qt 5.2.1
Project built and tested in Linux (Ubuntu 14.x) environment.
##Purpose
The project contains OpenCV algorithm samples, taken from various sources. The purpose is to keep a repository of useful algorithms and sample applications of algorithms, and to keep a reference project showing how to integrate Qt with OpenCV.##Some included algorithms
* Edge detection
* filtering
* cartoonifying
* image morphing
* projective transformations
* feature detection and comparing##Todo
* face recognition
* object detection
* OpenCL
## Sources
Some algorithms were taken and / or modified from*opencv.org*
*OpenCV 2 Computer Vision Application Programming Cookbook*
*Mastering OpenCV*
## Example
