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

the Median Flow tracker [詳解]

#include <tracking_legacy.hpp>

クラス

struct  Params
 

静的公開メンバ関数

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

詳解

the Median Flow tracker

Implementation of a paper [MedianFlow] .

The tracker is suitable for very smooth and predictable movements when object is visible throughout the whole sequence. It's quite and accurate for this type of problems (in particular, it was shown by authors to outperform MIL). During the implementation period the code at http://www.aonsquared.co.uk/node/5, the courtesy of the author Arthur Amarra, was used for the reference purpose.

関数詳解

◆ create()

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

Constructor

引数
parametersMedian Flow parameters TrackerMedianFlow::Params

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