NVIDIA DriveWorks API: TemplateTracker Methods * Description: This file defines scaling-extend KLT tracking methods.
Definition in file TemplateTracker.h.
Go to the source code of this file.
Data Structures | |
struct | dwTemplateTrackerParameters |
Configuration parameters for a dwTemplateTrackerIA. More... | |
struct | dwTemplateArray |
Typedefs | |
typedef struct dwTemplateTrackerObject * | dwTemplateTrackerHandle_t |
Handle representing a TemplateTracker tracker. More... | |
typedef struct dwTemplateTrackerObject const * | dwConstTemplateTrackerHandle_t |
Handle representing a const TemplateTracker tracker. More... | |
typedef enum dwTemplateTrackerAlgorithm | dwTemplateTrackerAlgorithm |
Different versions of the template tracker Both can be found in paper: "Lucas-Kanade 20 Years On: A Unifying Framework" by SIMON BAKER AND IAIN MATTHEWS. More... | |
typedef struct dwTemplateTrackerParameters | dwTemplateTrackerParameters |
Configuration parameters for a dwTemplateTrackerIA. More... | |
typedef struct dwTemplateArray | dwTemplateArray |
Enumerations | |
enum | dwTemplateTrackerAlgorithm { DW_TEMPLATE_TRACKER_ALGORITHM_IA = 0, DW_TEMPLATE_TRACKER_ALGORITHM_IC } |
Different versions of the template tracker Both can be found in paper: "Lucas-Kanade 20 Years On: A Unifying Framework" by SIMON BAKER AND IAIN MATTHEWS. More... | |