theshadowx / Qt_OpenCV

Qt/QtQuick apps using OpenCV

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Qt_OpenCV

This repository contains Qt/QtQuick apps using OpenCV.

CannyQml

It's an example of using a new feature in Qt5.5 which is filter that you can add it in the video output in Qml, and then create this filter in C++. There is an article written by Laszlo Agocs taking about filters which can give you more depth about it.

The filter, made in this example, uses OpenCV Gaussian Blur and Canny edge detector for YUV420P camera.

cannyqml

About

Qt/QtQuick apps using OpenCV

License:GNU General Public License v2.0


Languages

Language:QML 53.9%Language:C++ 38.6%Language:QMake 7.5%