Example programsExample applications developed over the QVision.
More...
|
Files |
file | designer.cpp |
| Example usage for the Designer User Interface.
|
file | features.cpp |
| Obtains several image features from input video frames.
|
file | inpaint.cpp |
| Does inpaint reconstruction over artificialy damaged frames from a video input source.
|
file | movingEdgesDetector.cpp |
| A simple moving edge detector based on the Canny edge detector.
|
file | rotoscoper.cpp |
| Composes component tree image filtering and canny operator for making animation like images from real images.
|
file | userIO.cpp |
| Example application showing how to let the user interact with the application, through the GUI.
|
file | videoPlayer.cpp |
| Simple example of image input/output from a video file, to a canvas window.
|
Modules |
| OpenCV example programs. |
| Example applications developed over the QVision.
|
Detailed Description
Example applications developed over the QVision.
Here you can check some example programs built upon the QVision library. To compile them, execute the following command in the examples/ directory:
It should compile them all. For functionality and usage details see the respective documentation. |