PDA

View Full Version : QVision: Qt's Image, Video and Computer Vision Library



xenko
25th November 2010, 16:02
QVision (http://sourceforge.net/projects/qvision/) is a library for computer vision, image/video processing, and scientific computing.

It is based on (or extends) the Qt library. It offers wrapper classes and functions for BLAS, LAPACK, MKL, Octave, and GSL functionallity (matrices, vectors, etc...).
It also offers wrappers for OpenCV and IPP image libraries functionallity.

We have released version 0.5.2, which is already stable enough to be used.

You can check the documentation here (http://qvision.sourceforge.net/index.html).

ComaWhite
4th December 2010, 08:28
Can you post some screenshots please?

xenko
3rd March 2011, 18:02
This is a look at some of the widgets for application user control, video and stats visualization.
You can see buttons to control the image input flow (video), the application flow, and sliders to modify several parameters for the algorithms at execution time:

http://qvision.sourceforge.net/qvision-screenshot.png

This is another user interface, which you can use to do visual programming, and modify or build data-flow processing oriented applications (quite common in real-time computer vision):

http://qvision.sourceforge.net/qvdesignergui.png

By the way, we have already released version 0.6.0. Sorry for the delay in providing those screen-shots.