Mercurial > hg > nsaunier > traffic-intelligence
comparison include/InputVideoFileModule.h @ 429:2be846d36dec
reverted to stable OpenCV release 2.4.6
| author | Nicolas Saunier <nicolas.saunier@polymtl.ca> |
|---|---|
| date | Tue, 12 Nov 2013 00:38:47 -0500 |
| parents | 3c271a46b4d4 |
| children |
comparison
equal
deleted
inserted
replaced
| 428:70accfa6692f | 429:2be846d36dec |
|---|---|
| 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.hpp" | 7 #include "opencv2/highgui/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); |
