QTrk
|
Structure for job results. More...
#include <qtrk_c_api.h>
Public Member Functions | |
vector2f | pos2D () |
Final 2D position found. More... | |
Public Attributes | |
LocalizationJob | job |
Job metadata. See LocalizationJob. More... | |
vector3f | pos |
Final 3D position found. If no z localization was performed, the value of z will be 0. More... | |
vector2f | firstGuess |
(x,y) position found by the COM localization. Used as initial position for the subsequent algorithms. More... | |
uint | error |
Flag (boolean) indicating whether the ROI boundary was hit during localization. A 1 indicates a hit. More... | |
float | imageMean |
Average pixel value of the ROI. More... | |
Structure for job results.
Compiled without padding to line up with LabVIEW alignment. Size is 52 bytes.
Definition at line 67 of file qtrk_c_api.h.
|
inline |
Final 2D position found.
Definition at line 70 of file qtrk_c_api.h.
uint LocalizationResult::error |
Flag (boolean) indicating whether the ROI boundary was hit during localization. A 1 indicates a hit.
Definition at line 72 of file qtrk_c_api.h.
vector2f LocalizationResult::firstGuess |
(x,y) position found by the COM localization. Used as initial position for the subsequent algorithms.
Definition at line 71 of file qtrk_c_api.h.
float LocalizationResult::imageMean |
Average pixel value of the ROI.
Definition at line 73 of file qtrk_c_api.h.
LocalizationJob LocalizationResult::job |
Job metadata. See LocalizationJob.
Definition at line 68 of file qtrk_c_api.h.
vector3f LocalizationResult::pos |
Final 3D position found. If no z localization was performed, the value of z will be 0.
Definition at line 69 of file qtrk_c_api.h.