|
OpenCV453
|
cv::Trackerを継承しています。
クラス | |
| struct | Params |
公開メンバ関数 | |
| virtual CV_WRAP float | getTrackingScore ()=0 |
| Return tracking score | |
基底クラス 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< TrackerDaSiamRPN > | create (const TrackerDaSiamRPN::Params ¶meters=TrackerDaSiamRPN::Params()) |
| Constructor [詳解] | |
|
static |
Constructor
| parameters | DaSiamRPN parameters TrackerDaSiamRPN::Params |