This is just a fork of qcv project from sourceforge . It's not be atomaticaly updated. If you need fresh source or need to describe some bugs, so please look at maintainer site: qcv Web Site
QCV is a Qt-based computer vision framework library that provides an easy to use interface to display, analyze and run computer vision algorithms. The library is provided with practical examples to show what you can do with just a few lines of code. OpenCV is used as the supporting computer vision library.
QCV provides interfaces for C and C++. The C interface is a set of simple function calls to allow the user to visualize data and obtain events from the system and user input.
The C++ interface has more features allowing the user to run and analyze complex computer vision algorithm in a few lines of code (see the stereo and surf examples).
QCV offers a 2D visualization tool, an on-line on-the-fly parameter editor, a clock tool to evaluate computation times, and a control tool to manipulate input video and sequences of images.
Multiple application examples that demonstrate the main features of this framework are provided in the last
Note: increment the number of horizontal and vertical screens in the main visualization widget to view all screens.
- Computer vision toolbox including
- Powerfull 2D visualization tool
- 3D data visualization
- On-the-fly parameter editor
- Image sequence playback control tool
- Clock handling
- C and C++ interfaces
- Application examples to show easy of use
- Clear and intuitive programming style
GNU Library or Lesser General Public License version 2.0 (LGPLv2)