Class TrackerKCF
KCF is a novel tracking framework that utilizes properties of circulant matrix to enhance the processing speed.
- This tracking method is an implementation of @cite KCF_ECCV which is extended to KFC with color-names features(@cite KCF_CN).
- The original paper of KCF is available at [http://www.robots.ox.ac.uk/~joao/publications/henriques_tpami2015.pdf]
- as well as the matlab implementation.For more information about KCF with color-names features, please refer to
- [http://www.cvl.isy.liu.se/research/objrec/visualtracking/colvistrack/index.html].
Inheritance
System.Object
TrackerKCF
Assembly: OpenCvSharp.dll
Syntax
public class TrackerKCF : Tracker, ICvPtrHolder
Constructors
|
Improve this Doc
View Source
TrackerKCF(IntPtr)
Declaration
protected TrackerKCF(IntPtr p)
Parameters
Type |
Name |
Description |
IntPtr |
p |
|
Methods
|
Improve this Doc
View Source
Create()
Declaration
public static TrackerKCF Create()
Returns
|
Improve this Doc
View Source
Create(Params)
Declaration
public static TrackerKCF Create(Params parameters)
Parameters
Type |
Name |
Description |
Params |
parameters |
KCF parameters TrackerKCF::Params
|
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
Implements