OpenCV453
|
the Boosting tracker [詳解]
#include <tracking_legacy.hpp>
クラス | |
struct | Params |
静的公開メンバ関数 | |
static Ptr< legacy::TrackerBoosting > | create (const TrackerBoosting::Params ¶meters) |
Constructor [詳解] | |
static CV_WRAP Ptr< legacy::TrackerBoosting > | create () |
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] .
|
static |
Constructor
parameters | BOOSTING parameters TrackerBoosting::Params |