DriveWorks SDK Reference

| 0.6.67 Release

2D Tracker

Detailed Description

Defines 2D-based feature detection and tracking.

Modules

 BoxTracker
 Defines the 2D box tracker API.
 
 Feature List
 Defines the feature list used by the tracker.
 
 Pyramid
 Defines the image pyramid structure and functionality used for tracking.
 
 Tracker
 Defines the tracker module.
 

Typedefs

typedef struct dwFeatureListObject const * dwConstFeatureListHandle_t
 Handle representing a const list of 2D features. More...
 
typedef struct dwFeatureTrackerObject const * dwConstFeaturesTrackerHandle_t
 Handle representing a const feature tracker. More...
 
typedef struct dwPyramidObject const * dwConstPyramidHandle_t
 Handle representing a const image pyramid. More...
 
typedef struct dwFeatureListObject * dwFeatureListHandle_t
 Handle representing a list of 2D features. More...
 
typedef struct dwFeatureTrackerObject * dwFeatureTrackerHandle_t
 Handle representing a feature tracker. More...
 
typedef struct dwPyramidObject * dwPyramidHandle_t
 Handle representing an image pyramid. More...
 

Typedef Documentation

◆ dwConstFeatureListHandle_t

typedef struct dwFeatureListObject const* dwConstFeatureListHandle_t

Handle representing a const list of 2D features.

Definition at line 64 of file Features.h.

◆ dwConstFeaturesTrackerHandle_t

typedef struct dwFeatureTrackerObject const* dwConstFeaturesTrackerHandle_t

Handle representing a const feature tracker.

Definition at line 70 of file Features.h.

◆ dwConstPyramidHandle_t

typedef struct dwPyramidObject const* dwConstPyramidHandle_t

Handle representing a const image pyramid.

Definition at line 76 of file Features.h.

◆ dwFeatureListHandle_t

typedef struct dwFeatureListObject* dwFeatureListHandle_t

Handle representing a list of 2D features.

Definition at line 61 of file Features.h.

◆ dwFeatureTrackerHandle_t

typedef struct dwFeatureTrackerObject* dwFeatureTrackerHandle_t

Handle representing a feature tracker.

Definition at line 67 of file Features.h.

◆ dwPyramidHandle_t

typedef struct dwPyramidObject* dwPyramidHandle_t

Handle representing an image pyramid.

Definition at line 73 of file Features.h.