Table of Contents

Class TrackerCSRT

Namespace
Emgu.CV
Assembly
Emgu.CV.dll

Discriminative Correlation Filter Tracker with Channel and Spatial Reliability

public class TrackerCSRT : Tracker, IDisposable
Inheritance
TrackerCSRT
Implements
Inherited Members

Constructors

TrackerCSRT(float, bool, bool, bool, bool, bool, bool, string, float, float, float, float, float, float, float, float, float, int, int, int, float, int, int, float, float, float, float)

Creates a CSRT tracker

public TrackerCSRT(float psr_threshold = 2, bool useHog = true, bool useColorNames = true, bool useGray = true, bool useRgb = false, bool useChannelWeights = true, bool useSegmentation = true, string windowFunction = null, float kaiserAlpha = 3.75, float chebAttenuation = 45, float templateSize = 200, float gslSigma = 1, float hogOrientations = 9, float hogClip = 0.2, float padding = 3, float filterLr = 0.02, float weightsLr = 0.02, int numHogChannelsUsed = 18, int admmIterations = 4, int histogramBins = 16, float histogramLr = 0.04, int backgroundRatio = 2, int numberOfScales = 33, float scaleSigmaFactor = 0.25, float scaleModelMaxArea = 512, float scaleLr = 0.025, float scaleStep = 1.02)

Parameters

psr_threshold float

psr_threshold

useHog bool

Use hog

useColorNames bool

Use color names

useGray bool

Use Gray

useRgb bool

Use RGB

useChannelWeights bool

Use channel weights

useSegmentation bool

Use segmentation

windowFunction string

Windows function

kaiserAlpha float

Kaiser alpha

chebAttenuation float

Cheb attenuation

templateSize float

Template size

gslSigma float

Gsl Sigma

hogOrientations float

Hog orientations

hogClip float

Hog clip

padding float

padding

filterLr float

filter Lr

weightsLr float

weights Lr

numHogChannelsUsed int

Number of hog channels used

admmIterations int

Admm iterations

histogramBins int

Histogram bins

histogramLr float

Histogram Lr

backgroundRatio int

Background ratio

numberOfScales int

Number of scales

scaleSigmaFactor float

Scale Sigma factor

scaleModelMaxArea float

Scale Model Max Area

scaleLr float

Scale Lr

scaleStep float

Scale step

Methods

DisposeObject()

Release the unmanaged resources associated with this tracker

protected override void DisposeObject()