Class TrackerCSRT
the CSRT tracker
The implementation is based on @cite Lukezic_IJCV2018 Discriminative Correlation Filter with Channel and Spatial Reliability
Inheritance
System.Object
TrackerCSRT
Assembly: OpenCvSharp.dll
Syntax
public class TrackerCSRT : Tracker, ICvPtrHolder
Constructors
|
Improve this Doc
View Source
TrackerCSRT(IntPtr)
Declaration
protected TrackerCSRT(IntPtr p)
Parameters
Type |
Name |
Description |
IntPtr |
p |
|
Methods
|
Improve this Doc
View Source
Create()
Declaration
public static TrackerCSRT Create()
Returns
|
Improve this Doc
View Source
Create(TrackerCSRT.Params)
Declaration
public static TrackerCSRT Create(TrackerCSRT.Params parameters)
Parameters
Returns
|
Improve this Doc
View Source
Declaration
public virtual void SetInitialMask(InputArray mask)
Parameters
Implements