/QGLApp

This app grabs frames with openCV, process them with Cuda, displays the result with OpenGL in a Qt Gui

Primary LanguageC++GNU General Public License v3.0GPL-3.0

QGLApp

This very simple video player shows how to use and interopperate multiple libraries:

OpenCV to get new images (from a video)

Process them with Cuda (change saturation)

Display the result with OpenGL directly from the GPU memory

Insert that openGL window in a Qt Gui using QGLWidget.

Abdelali Douiyek