Show / Hide Table of Contents

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
DisposableObject
DisposableCvObject
Algorithm
Tracker
TrackerKCF
Implements
ICvPtrHolder
Inherited Members
Tracker.DisposeManaged()
Tracker.Init(Mat, Rect)
Tracker.Update(Mat, Rect)
Algorithm.Write(FileStorage)
Algorithm.Read(FileNode)
Algorithm.Empty
Algorithm.Save(String)
Algorithm.GetDefaultName()
DisposableCvObject.ptr
DisposableCvObject.CvPtr
DisposableObject.DataHandle
DisposableObject.IsDisposed
DisposableObject.IsEnabledDispose
DisposableObject.AllocatedMemory
DisposableObject.AllocatedMemorySize
DisposableObject.Dispose()
DisposableObject.Dispose(Boolean)
DisposableObject.AllocGCHandle(Object)
DisposableObject.AllocMemory(Int32)
DisposableObject.NotifyMemoryPressure(Int64)
DisposableObject.ThrowIfDisposed()
Namespace: OpenCvSharp.Tracking
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()

Constructor

Declaration
public static TrackerKCF Create()
Returns
Type Description
TrackerKCF
| Improve this Doc View Source

Create(Params)

Constructor

Declaration
public static TrackerKCF Create(Params parameters)
Parameters
Type Name Description
Params parameters

KCF parameters TrackerKCF::Params

Returns
Type Description
TrackerKCF
| Improve this Doc View Source

DisposeUnmanaged()

Declaration
protected override void DisposeUnmanaged()
Overrides
DisposableCvObject.DisposeUnmanaged()
| Improve this Doc View Source

Get()

Declaration
public override IntPtr Get()
Returns
Type Description
IntPtr

Implements

ICvPtrHolder
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX