VAT
3.0
Video Analysis Tool
Main Page
ToDo
Modules
Parameters
Classes
Files
File List
File Members
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Pages
DRAW
setSuperpixelBoundsFromSegmentation.h
1
#ifndef SETSUPERPIXELBOUNDSFROMSEGMENTATION_H
2
#define SETSUPERPIXELBOUNDSFROMSEGMENTATION_H
3
4
#include "Datapool.h"
5
#include "drawInterface.h"
6
7
class
setSuperpixelBoundsFromSegmentation
:
public
drawInterface
8
{
9
public
:
10
setSuperpixelBoundsFromSegmentation
(
Datapool
*i_data);
11
12
~
setSuperpixelBoundsFromSegmentation
();
13
14
//Set module configuration parameters
15
bool
setParameters(QDomNode &config);
16
17
//Initialization after reading parameters
18
bool
init();
19
20
//Function executed at each frame
21
bool
draw(QImage **image);
22
23
bool
paint(QImage *image);
24
};
25
26
#endif // SETSUPERPIXELBOUNDSFROMSEGMENTATION_H
setSuperpixelBoundsFromSegmentation
Definition:
setSuperpixelBoundsFromSegmentation.h:7
drawInterface
Definition:
drawInterface.h:23
Datapool
An object of this class is instantiated at main code, and this object is used by every class to push ...
Definition:
Datapool.h:39
Generated on Fri Jan 15 2016 06:14:51 for VAT by
1.8.11