VAT  3.0
Video Analysis Tool
setPlayerCandidate.h
1 #ifndef SETPLAYERCANDIDATE_H
2 #define SETPLAYERCANDIDATE_H
3 
4 #include "Datapool.h"
5 #include "drawInterface.h"
6 #include "src/blob.h"
7 
9 {
10 public:
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 // SETPLAYERCANDIDATE_H
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
Definition: setPlayerCandidate.h:8