Go to the documentation of this file.00001 #ifndef MITKOPENCVIMAGESOURCE_H
00002 #define MITKOPENCVIMAGESOURCE_H
00003
00004 #include <cv.h>
00005
00006 namespace mitk
00007 {
00008 struct OpenCVImageSource
00009 {
00010 virtual const IplImage * GetImage() = 0;
00011 virtual void FetchFrame() = 0;
00012 };
00013 }
00014
00015 #endif // MITKOPENCVIMAGESOURCE_H