Example programs
Example applications developed over the QVision.
More...
Modules |
| CGAL interoperability example programs. |
| Example applications developed over the QVision.
|
| GPU-KLT+FLOW example programs. |
| Simple applications that test the wrapping functions for the GPU-KLT+FLOW software.
|
| OpenCV interoperability example programs. |
| Example applications developed over the QVision.
|
| SIFTGPU example programs. |
| Simple applications to test QVision wrapping functions for the SIFTGPU software package.
|
Files |
file | AugmentedReality.cpp |
| A simple augmented reality example application.
|
file | canvasInteract.cpp |
| Example application showing how to interact with a QVImageCanvas object.
|
file | completeExample.cpp |
| Shows the use of some of the most useful classes in the QVision framework.
|
file | designer.cpp |
| Example usage for the Designer User Interface.
|
file | fastLaplace.cpp |
| Does inpaint reconstruction over artificialy damaged frames from a video input source.
|
file | features.cpp |
| Obtains several image features from input video frames.
|
file | filterSelector.cpp |
| Shows the use of QVApllication and QVProcessingBlock classes.
|
file | image-tests.cpp |
| Test for Cholesky decomposition based functions from the QVision library.
|
file | inpaint.cpp |
| Does inpaint reconstruction over artificialy damaged frames from a video input source.
|
file | ltmser.cpp |
| Obtains the MSER (linear time MSER) from input video frames.
|
file | misc-tests.cpp |
| Test for Cholesky decomposition based functions from the QVision library.
|
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 | testGEA.cpp |
| Tests the GEA optimization on a SfM reconstruction.
|
file | testSBA.cpp |
| Tests the GEA optimization on a SfM reconstruction.
|
file | testSBA_ROS.cpp |
| Tests the SBA optimization implemented in ROS on a SfM reconstruction.
|
file | userIO.cpp |
| Example application showing how to let the user interact with the application, through the GUI.
|
file | videoPlayer.cpp |
| Simple example of a QVision processing block for video input from many kind of sources, displaying the output to a canvas window.
|
file | videoReader.cpp |
| Simple example of reading video sources and saving selected frames, using the generalized input video reader class in 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.