comparison include/InputVideoFileModule.h @ 409:3c271a46b4d4

updated code for OpenCV 2.4.6
author Nicolas Saunier <nicolas.saunier@polymtl.ca>
date Tue, 13 Aug 2013 23:36:58 -0400
parents b829ebdc18e6
children 2be846d36dec
comparison
equal deleted inserted replaced
408:365d8dee44f3 409:3c271a46b4d4
2 #define INPUT_VIDEO_FILE_MODULE_H 2 #define INPUT_VIDEO_FILE_MODULE_H
3 3
4 #include "InputFrameProviderIface.h" 4 #include "InputFrameProviderIface.h"
5 #include <string> 5 #include <string>
6 #include "opencv2/core/core.hpp" 6 #include "opencv2/core/core.hpp"
7 #include "opencv2/highgui/highgui.hpp" 7 #include "opencv2/highgui.hpp"
8 8
9 class InputVideoFileModule : public InputFrameProviderIface 9 class InputVideoFileModule : public InputFrameProviderIface
10 { 10 {
11 public: 11 public:
12 InputVideoFileModule(const std::string& videoPath); 12 InputVideoFileModule(const std::string& videoPath);