OpenCV453
モジュール | クラス
Tracking API

モジュール

 Tracking API implementation details
 
 Legacy Tracking API
 

クラス

class  cv::tracking::TrackerCSRT
 the CSRT tracker [詳解]
 
class  cv::tracking::TrackerKCF
 the KCF (Kernelized Correlation Filter) tracker [詳解]
 

詳解

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.