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

the Boosting tracker [詳解]

#include <tracking_legacy.hpp>

クラス

struct  Params
 

静的公開メンバ関数

static Ptr< legacy::TrackerBoostingcreate (const TrackerBoosting::Params &parameters)
 Constructor [詳解]
 
static CV_WRAP Ptr< legacy::TrackerBoostingcreate ()
 

詳解

the Boosting tracker

This is a real-time object tracking based on a novel on-line version of the AdaBoost algorithm. The classifier uses the surrounding background as negative examples in update step to avoid the drifting problem. The implementation is based on [OLB] .

関数詳解

◆ create()

static Ptr< legacy::TrackerBoosting > cv::legacy::tracking::TrackerBoosting::create ( const TrackerBoosting::Params parameters)
static

Constructor

引数
parametersBOOSTING parameters TrackerBoosting::Params

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