Class cv::legacy::TrackerCSRT#
the CSRT tracker View details
#include <opencv2/tracking/tracking_legacy.hpp>Collaboration diagram for cv::legacy::TrackerCSRT:
Public Member Functions#
Public Member Functions inherited from cv::legacy::Tracker
Return |
Name |
Description |
|---|---|---|
|
Initialize the tracker with a known bounding box that surrounded the target. |
|
|
Reads algorithm parameters from a file storage. |
|
|
Update the tracker, find the new most likely bounding box for the target. |
|
|
Stores algorithm parameters in a file storage. |
Public Member Functions inherited from cv::Algorithm
Return |
Name |
Description |
|---|---|---|
|
Clears the algorithm state. |
|
|
Returns true if the Algorithm is empty (e.g. in the very beginning or after unsuccessful read. |
|
|
Reads algorithm parameters from a file storage. |
|
|
||
|
|
|
|
Stores algorithm parameters in a file storage. |
|
|
Static Public Member Functions#
Static Public Member Functions inherited from cv::Algorithm
Return |
Name |
Description |
|---|---|---|
|
|
Loads algorithm from the file. |
|
|
Loads algorithm from a String. |
|
Reads algorithm from the file node. |
Additional Inherited Members#
Protected Member Functions inherited from cv::legacy::Tracker
Return |
Name |
Description |
|---|---|---|
|
||
|
Protected Member Functions inherited from cv::Algorithm
Return |
Name |
Description |
|---|---|---|
|
Protected Attributes inherited from cv::legacy::Tracker
Detailed Description#
the CSRT tracker
The implementation is based on Lukezic_IJCV2018 Discriminative Correlation Filter with Channel and Spatial Reliability
Constructor & Destructor Documentation#
~TrackerCSRT()#
cv::legacy::TrackerCSRT::~TrackerCSRT()
Member Function Documentation#
create()#
static Ptr< legacy::TrackerCSRT > cv::legacy::TrackerCSRT::create()
Python:
cv.legacy.TrackerCSRT.create() -> retval
cv.legacy.TrackerCSRT_create() -> retval
create()#
static Ptr< legacy::TrackerCSRT > cv::legacy::TrackerCSRT::create(const TrackerCSRT::Params & parameters)
Python:
cv.legacy.TrackerCSRT.create() -> retval
cv.legacy.TrackerCSRT_create() -> retval
Constructor.
Parameters
parameters— CSRT parameters TrackerCSRT::Params
setInitialMask()#
void cv::legacy::TrackerCSRT::setInitialMask(InputArray mask)
Python:
cv.legacy.TrackerCSRT.setInitialMask(mask)
Source file#
The documentation for this class was generated from the following file:
opencv2/tracking/tracking_legacy.hpp