QTrk
Public Member Functions | Public Attributes | List of all members
LocalizationResult Struct Reference

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...
 

Detailed Description

Structure for job results.

Compiled without padding to line up with LabVIEW alignment. Size is 52 bytes.

Warning
Changing this requires changing of the linked LabVIEW cluster QTrkLocalizationResult.ctl.

Definition at line 67 of file qtrk_c_api.h.

Member Function Documentation

§ pos2D()

vector2f LocalizationResult::pos2D ( )
inline

Final 2D position found.

Definition at line 70 of file qtrk_c_api.h.

Member Data Documentation

§ error

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.

§ firstGuess

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.

§ imageMean

float LocalizationResult::imageMean

Average pixel value of the ROI.

Definition at line 73 of file qtrk_c_api.h.

§ job

LocalizationJob LocalizationResult::job

Job metadata. See LocalizationJob.

Definition at line 68 of file qtrk_c_api.h.

§ pos

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.


The documentation for this struct was generated from the following file: