Files | |
file | canvasInteract.cpp |
Example application showing how to interact with an QVImageCanvas object. | |
file | features.cpp |
Obtains several image features from input video frames. | |
file | hello-world.cpp |
Shows the use of QVApllication and QVWorker classes. | |
file | inpaint.cpp |
Does inpaint reconstruction over artificialy damaged frames from a video input source. | |
file | parallel-threads.cpp |
Shows how to construct a program using several processing threads. | |
file | plots.cpp |
Shows some image statistics and histograms in a set of plot widgets. | |
file | rotoscoper.cpp |
Composes component tree image filtering and canny operator for making animation like images from real images. | |
file | videoPlayer.cpp |
Simple example of image input/output from a video file, to a canvas window. |
Here you can check some example programs built upon the QVision library.
These are some applications developed over the QVision. To compile them, execute the following command in the examples/ directory:
# qmake; make
It should compile them all. For functionallity and usage details see the respective documentation.