gramods
Loading...
Searching...
No Matches
modules
gmCore
include
gmCore
VideoSource.hh
1
2
#ifndef GRAMODS_CORE_VIDEOSOURCE
3
#define GRAMODS_CORE_VIDEOSOURCE
4
5
#include <gmCore/config.hh>
6
7
#ifdef gramods_ENABLE_OpenCV
8
9
#include <gmCore/io_size.hh>
10
11
#include <opencv2/opencv.hpp>
12
13
BEGIN_NAMESPACE_GMCORE;
14
19
class
VideoSource {
20
21
public
:
22
31
virtual
bool
retrieve(cv::Mat &image) = 0;
32
33
};
34
35
END_NAMESPACE_GMCORE;
36
37
#endif
38
#endif
Generated by
1.9.8