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