QTrk
|
#include "dllmacros.h"
Go to the source code of this file.
Classes | |
struct | LocalizationJob |
Structure for region of interest metadata. More... | |
struct | LocalizationResult |
Structure for job results. More... | |
struct | QTrkSettings |
Structure for the settings used by the algorithms implemented in QueuedTracker. More... | |
struct | ROIPosition |
Struct used to define the top-left corner position of an ROI within a frame. ROI is [ x .. x+w ; y .. y+h ]. More... | |
struct | QTrkComputedConfig |
Structure for derived settings computed from base settings in QTrkSettings. More... | |
Macros | |
#define | QTrkCUDA_UseList -3 |
#define | QTrkCUDA_UseAll -2 |
#define | QTrkCUDA_UseBest -1 |
Typedefs | |
typedef int | LocMode_t |
Enumerations | |
enum | LocalizeModeEnum { LT_OnlyCOM = 0, LT_XCor1D = 1, LT_QI = 2, LT_Gaussian2D = 4, LT_ZLUTAlign = 8, LT_LocalizeZ = 16, LT_NormalizeProfile = 64, LT_ClearFirstFourPixels = 128, LT_FourierLUT = 256, LT_LocalizeZWeighted = 512, LT_Force32Bit = 0xffffffff } |
Flags for selecting localization type. More... | |
enum | QTRK_PixelDataType { QTrkU8 = 0, QTrkU16 = 1, QTrkFloat = 2 } |
Flags indicating the data type of image data. More... | |
#define QTrkCUDA_UseAll -2 |
Definition at line 117 of file qtrk_c_api.h.
#define QTrkCUDA_UseBest -1 |
Definition at line 118 of file qtrk_c_api.h.
#define QTrkCUDA_UseList -3 |
Definition at line 116 of file qtrk_c_api.h.
typedef int LocMode_t |
Definition at line 30 of file qtrk_c_api.h.
enum LocalizeModeEnum |
Flags for selecting localization type.
Definition at line 6 of file qtrk_c_api.h.
enum QTRK_PixelDataType |
Flags indicating the data type of image data.
Enumerator | |
---|---|
QTrkU8 | 8 bit unsigned int |
QTrkU16 | 16 bit unsigned int |
QTrkFloat | 64 bit float |
Definition at line 33 of file qtrk_c_api.h.