6 #include <QWaitCondition> 7 #include <opencv2/core/core.hpp> 8 #include <opencv2/imgproc/imgproc.hpp> 9 #include <opencv2/highgui/highgui.hpp> 21 QWaitCondition condition;
28 void processedImage(
const QImage &image);
36 bool loadVideo(std::string filename);
39 bool isStopped()
const;
41 void setCurrentFrame(
int frameNumber);
44 double getFrameRate();
45 double getCurrentFrame();
46 double getNumberOfFrames();
48 #endif // VIDEOPLAYER_H
Definition: VideoManager.hpp:41
Definition: VideoPlayer.h:13