#include <tracking.hpp>
Classes | |
struct | Params |
Public Member Functions | |
virtual | ~TrackerDaSiamRPN () CV_OVERRIDE |
virtual CV_WRAP float | getTrackingScore ()=0 |
Return tracking score. | |
![]() | |
virtual | ~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 Public Member Functions | |
static CV_WRAP Ptr< TrackerDaSiamRPN > | create (const TrackerDaSiamRPN::Params ¶meters=TrackerDaSiamRPN::Params()) |
Constructor. | |
Protected Member Functions | |
TrackerDaSiamRPN () | |
![]() | |
Tracker () | |
|
protected |
|
virtual |
|
static |
Constructor.
parameters | DaSiamRPN parameters TrackerDaSiamRPN::Params |
|
pure virtual |
Return tracking score.