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(Params)
Declaration
public static TrackerCSRT Create(Params parameters)
Parameters
Type |
Name |
Description |
Params |
parameters |
CSRT parameters
|
Returns
|
Improve this Doc
View Source
DisposeUnmanaged()
Declaration
protected override void DisposeUnmanaged()
Overrides
|
Improve this Doc
View Source
Get()
Declaration
public override IntPtr Get()
Returns
|
Improve this Doc
View Source
Declaration
public virtual void SetInitialMask(InputArray mask)
Parameters
Implements