Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 638 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 638 Bytes

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