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