QTrk
|
Structure around LocalizationJob to link data and job. More...
Public Member Functions | |
Job () | |
~Job () | |
Public Attributes | |
uchar * | data |
Pointer to the location in memory where the ROI for this job is located. More... | |
QTRK_PixelDataType | dataType |
Data type of the image. More... | |
LocalizationJob | job |
The regular LocalizationJob job information. More... | |
Structure around LocalizationJob to link data and job.
Definition at line 139 of file QueuedCPUTracker.h.
|
inline |
Definition at line 140 of file QueuedCPUTracker.h.
|
inline |
Definition at line 141 of file QueuedCPUTracker.h.
uchar* QueuedCPUTracker::Job::data |
Pointer to the location in memory where the ROI for this job is located.
Definition at line 143 of file QueuedCPUTracker.h.
QTRK_PixelDataType QueuedCPUTracker::Job::dataType |
Data type of the image.
Definition at line 144 of file QueuedCPUTracker.h.
LocalizationJob QueuedCPUTracker::Job::job |
The regular LocalizationJob job information.
Definition at line 145 of file QueuedCPUTracker.h.