- Welcome
- Getting Started With the NVIDIA DriveWorks SDK
- Modules
- Samples
- Tools
- Tutorials
- SDK Porting Guide
- DriveWorks API
- More
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 | dwTemplateArray |
struct | dwTemplateTrackerParameters |
Configuration parameters for a dwTemplateTrackerIA. More... | |
Macros | |
#define | DW_MAX_TEMPLATE2D_SIZE 128 |
defines the maximum template size More... | |
Typedefs | |
typedef struct dwTemplateTrackerObject const * | dwConstTemplateTrackerHandle_t |
Handle representing a const TemplateTracker tracker. More... | |
typedef struct dwTemplateTrackerObject * | dwTemplateTrackerHandle_t |
Handle representing a TemplateTracker tracker. More... | |
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... | |