Qt and openCV
Saturday, 13 March 2021
Enter non-ascii charaters into the app created by Qt for webassembly
›
With the help of wasm, we are able to port the apps written by Qt to the browser, this save us a lot of times in many cases, but same as...
Thursday, 25 June 2020
Dense extreme inception edge detection with opencv and deep learning
›
This tutorial introduce how to perform edge detection with opencv and deep learning. You will learn how to apply Dense Extreme Inception...
2 comments:
Tuesday, 9 June 2020
Asynchronous video capture written by opencv and Qt
›
Before we start If you do not familiar with QThread, the document of Qt5 show us how to use QThread properly already, please check it o...
Wednesday, 27 March 2019
Asynchronous computer vision algorithm
›
In last post I introduce how to create an asynchronous class to capture the frame by cv::VideoCapture , today I would show you how to cr...
Saturday, 23 March 2019
Asynchronous videoCapture of opencv
›
Today I would like to introduce how to create an asynchronous videoCapture by opencv and standard library of c++. Captured video from HD...
›
Home
View web version