OpenCV  4.5.2
Open Source Computer Vision
Modules | Classes | Enumerations
Tracking API

Modules

 Tracking API implementation details
 
 Legacy Tracking API
 

Classes

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

Enumerations

enum  cv::TrackerKCF::MODE {
  cv::TrackerKCF::GRAY = (1 << 0),
  cv::TrackerKCF::CN = (1 << 1),
  cv::TrackerKCF::CUSTOM = (1 << 2)
}
 Feature type to be used in the tracking grayscale, colornames, compressed color-names The modes available now: 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.

Enumeration Type Documentation

Feature type to be used in the tracking grayscale, colornames, compressed color-names The modes available now:

  • "GRAY" – Use grayscale values as the feature
  • "CN" – Color-names feature
Enumerator
GRAY 
CN 
CUSTOM