Video trackers

This section contains a description of video trackers that can be used by other SDK libraries or separately to solve objects tracking tasks. This category consists of the following libraries:

Library Description
VTracker
(Linux and Windows)
Provides a standard interface as well as defines data structures and rules for different video trackers. The VTracker interface class does nothing; it just provides an interface, defines data structures, and provides methods to encode/decode commands and encode/decode params. No external dependencies.
CvTracker
(Linux and Windows)
Video tracker implementation. The library provides fast calculation, compatibility with low-power processors, high accuracy and contains many additional functions and modes, which allow using it in camera systems of any configuration. External dependencies: CUDA (optional if CUDA toolkit is available on platform).

Table of contents