PARP Research Group | Universidad de Murcia |
examples/GPU-KLT+FLOW/demoSparse/demoSparse.cpp File ReferenceA simple program to test the wrapping functions for the feature tracking on the GPU. More... #include <GL/glew.h> #include <QVApplication> #include <QVDefaultGUI> #include <QVVideoReaderBlock> #include <QVImageCanvas> #include <QVProcessingBlock> #include <QVImage> #include <qvipp.h> #include <qvgpukltflow.h> #include <QVKLTFeatureTracking> Go to the source code of this file. Detailed DescriptionA simple program to test the wrapping functions for the feature tracking on the GPU. This application performs point tracking on an input video sequence using the GPU implementation of the gain-adaptive KLT feature tracker provided by the GPU-KLT+FLOW software. UsageOnce compiled, the program should be used with this command line: ./demoSparse --URL=<path or url to video>
Definition in file demoSparse.cpp. |