VAT  3.0
Video Analysis Tool
setForegroundSampled.h
1 #ifndef SETFOREGROUNDSAMPLED_H
2 #define SETFOREGROUNDSAMPLED_H
3 
4 #include "Datapool.h"
5 #include "drawInterface.h"
6 
8 {
9 public:
12 
13  //Set module configuration parameters
14  bool setParameters(QDomNode &config);
15 
16  //Initialization after reading parameters
17  bool init();
18 
19  //Function executed at each frame
20  bool draw(QImage **image);
21 
22  bool paint(QImage *image);
23 };
24 
25 #endif // SETForegroundSampled_H
Definition: setForegroundSampled.h:7
Definition: drawInterface.h:23
An object of this class is instantiated at main code, and this object is used by every class to push ...
Definition: Datapool.h:39