Loading [MathJax]/extensions/MathMenu.js
OpenCV  
Open Source Computer Vision
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
Modules | Classes
Tracking API

Modules

 Tracking API implementation details
 
 Legacy Tracking API
 

Classes

class  cv::TrackerCSRT
 the CSRT tracker More...
 
class  cv::TrackerKCF
 the KCF (Kernelized Correlation Filter) tracker More...
 

Detailed Description

Tracking is an important issue for many computer vision applications in real world scenario. The development in this area is very fragmented and this API is an interface useful for plug several algorithms and compare them.