QTrk
|
Structure for region of interest metadata. More...
#include <qtrk_c_api.h>
Public Member Functions | |
LocalizationJob () | |
LocalizationJob (uint frame, uint timestamp, uint zlutPlane, uint zlutIndex) | |
Public Attributes | |
uint | frame |
Frame number this ROI belongs to. More... | |
uint | timestamp |
Time stamp of the frame. More... | |
int | zlutIndex |
Bead number of this ROI. Used to get the right ZLUT from memory. More... | |
vector3f | initialPos |
Optional (Not used) More... | |
Structure for region of interest metadata.
Compiled without padding to line up with LabVIEW alignment. Size is 24 bytes.
Definition at line 49 of file qtrk_c_api.h.
|
inline |
Definition at line 50 of file qtrk_c_api.h.
|
inline |
Definition at line 53 of file qtrk_c_api.h.
uint LocalizationJob::frame |
Frame number this ROI belongs to.
Definition at line 56 of file qtrk_c_api.h.
vector3f LocalizationJob::initialPos |
Optional (Not used)
Definition at line 59 of file qtrk_c_api.h.
uint LocalizationJob::timestamp |
Time stamp of the frame.
Definition at line 57 of file qtrk_c_api.h.
int LocalizationJob::zlutIndex |
Bead number of this ROI. Used to get the right ZLUT from memory.
Definition at line 58 of file qtrk_c_api.h.