Class TrackerCSRT
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
floatpsr_threshold
useHog
boolUse hog
useColorNames
boolUse color names
useGray
boolUse Gray
useRgb
boolUse RGB
useChannelWeights
boolUse channel weights
useSegmentation
boolUse segmentation
windowFunction
stringWindows function
kaiserAlpha
floatKaiser alpha
chebAttenuation
floatCheb attenuation
templateSize
floatTemplate size
gslSigma
floatGsl Sigma
hogOrientations
floatHog orientations
hogClip
floatHog clip
padding
floatpadding
filterLr
floatfilter Lr
weightsLr
floatweights Lr
numHogChannelsUsed
intNumber of hog channels used
admmIterations
intAdmm iterations
histogramBins
intHistogram bins
histogramLr
floatHistogram Lr
backgroundRatio
intBackground ratio
numberOfScales
intNumber of scales
scaleSigmaFactor
floatScale Sigma factor
scaleModelMaxArea
floatScale Model Max Area
scaleLr
floatScale Lr
scaleStep
floatScale step
Methods
DisposeObject()
Release the unmanaged resources associated with this tracker
protected override void DisposeObject()