|
QTrk
|
General API functions available to LabVIEW. More...
Functions | |
| CDLL_EXPORT QueuedTracker *DLL_CALLCONV | qtrk_create (QTrkSettings *settings, LStrHandle warnings, ErrorCluster *e) |
| CDLL_EXPORT void DLL_CALLCONV | qtrk_destroy (QueuedTracker *qtrk, ErrorCluster *error) |
| CDLL_EXPORT void DLL_CALLCONV | qtrk_free_all () |
| CDLL_EXPORT void | qtrk_set_localization_mode (QueuedTracker *qtrk, uint locType, ErrorCluster *e) |
| CDLL_EXPORT void | qtrk_find_beads (uint8_t *image, int pitch, int w, int h, int *smpCornerPos, int roi, float imgRelDist, float acceptance, LVArray2D< uint32_t > **output) |
General API functions available to LabVIEW.
| CDLL_EXPORT QueuedTracker* DLL_CALLCONV qtrk_create | ( | QTrkSettings * | settings, |
| LStrHandle | warnings, | ||
| ErrorCluster * | e | ||
| ) |
Definition at line 221 of file lv_queuetrk_api.cpp.
| CDLL_EXPORT void DLL_CALLCONV qtrk_destroy | ( | QueuedTracker * | qtrk, |
| ErrorCluster * | error | ||
| ) |
Definition at line 242 of file lv_queuetrk_api.cpp.
| CDLL_EXPORT void qtrk_find_beads | ( | uint8_t * | image, |
| int | pitch, | ||
| int | w, | ||
| int | h, | ||
| int * | smpCornerPos, | ||
| int | roi, | ||
| float | imgRelDist, | ||
| float | acceptance, | ||
| LVArray2D< uint32_t > ** | output | ||
| ) |
Definition at line 542 of file lv_queuetrk_api.cpp.
| CDLL_EXPORT void DLL_CALLCONV qtrk_free_all | ( | ) |
Definition at line 20 of file lv_queuetrk_api.cpp.
| CDLL_EXPORT void qtrk_set_localization_mode | ( | QueuedTracker * | qtrk, |
| uint | locType, | ||
| ErrorCluster * | e | ||
| ) |
Definition at line 437 of file lv_queuetrk_api.cpp.
1.8.12