OpenCV453
クラス | 公開メンバ関数 | 静的公開メンバ関数 | 全メンバ一覧
cv::tracking::TrackerCSRT クラスabstract

the CSRT tracker [詳解]

#include <tracking.hpp>

cv::Trackerを継承しています。

クラス

struct  Params
 

公開メンバ関数

virtual CV_WRAP void setInitialMask (InputArray mask)=0
 
- 基底クラス cv::Tracker に属する継承公開メンバ関数
virtual CV_WRAP void init (InputArray image, const Rect &boundingBox)=0
 Initialize the tracker with a known bounding box that surrounded the target [詳解]
 
virtual CV_WRAP bool update (InputArray image, CV_OUT Rect &boundingBox)=0
 Update the tracker, find the new most likely bounding box for the target [詳解]
 

静的公開メンバ関数

static CV_WRAP Ptr< TrackerCSRTcreate (const TrackerCSRT::Params &parameters=TrackerCSRT::Params())
 Create CSRT tracker instance [詳解]
 

詳解

the CSRT tracker

The implementation is based on [Lukezic_IJCV2018] Discriminative Correlation Filter with Channel and Spatial Reliability

関数詳解

◆ create()

static CV_WRAP Ptr< TrackerCSRT > cv::tracking::TrackerCSRT::create ( const TrackerCSRT::Params parameters = TrackerCSRT::Params())
static

Create CSRT tracker instance

引数
parametersCSRT parameters TrackerCSRT::Params

このクラス詳解は次のファイルから抽出されました: