VAT  3.0
Video Analysis Tool
setGroundtruthProcessTrajectory2D.h
1 #ifndef SETGPT2D_H
2 #define SETGPT2D_H
3 
4 #include <QPainter>
5 
6 #include "drawInterface.h"
7 
9 {
10 public:
12 
13 
15 
16  //Set module configuration parameters
17  bool setParameters(QDomNode &config);
18 
19  //Initialization after reading parameters
20  bool init();
21 
22  //Function executed at each frame
23  bool draw(QImage **image);
24 
25  bool paint(QImage *image);
26 
27 };
28 
29 #endif // SETGPT2D_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: setGroundtruthProcessTrajectory2D.h:8