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 / application | Description |
---|---|
CvTracker (Linux and Windows) | Video tracker implementation. The library provides fast calculation, compatibility with low-power processors, high accuracy and contains a lot of additional functions and modes, which allow using it in camera systems of any configuration. External dependencies: CUDA (optional for Nvidia Jetson platform). |
VTracker (Linux and Windows) | Provides standard interface as well as defines data structures and rules for different video trackers. VTracker interface class doesn’t do anything, just provides interface, defines data structures and provides methods to encode / decode commands and encode / decode params. No external dependencies. |