/Qt_OpenCV

Qt/QtQuick apps using OpenCV

Primary LanguageQMLGNU General Public License v2.0GPL-2.0

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