Struct TrackerCSRT.Params
- Namespace
- OpenCvSharp.Tracking
- Assembly
- OpenCvSharp.dll
CSRT Params
[SuppressMessage("Design", "CA1051: Do not declare visible instance fields")]
[SuppressMessage("Microsoft.Design", "CA1815: Override equals and operator equals on value types")]
public struct TrackerCSRT.Params
- Inherited Members
Fields
AdmmIterations
public int AdmmIterations
Field Value
BackgroundRatio
public int BackgroundRatio
Field Value
ChebAttenuation
public float ChebAttenuation
Field Value
FilterLr
public float FilterLr
Field Value
GslSigma
public float GslSigma
Field Value
HistogramBins
public int HistogramBins
Field Value
HistogramLr
public float HistogramLr
Field Value
HogClip
public float HogClip
Field Value
HogOrientations
public float HogOrientations
Field Value
KaiserAlpha
public float KaiserAlpha
Field Value
NumHogChannelsUsed
public int NumHogChannelsUsed
Field Value
NumberOfScales
public int NumberOfScales
Field Value
Padding
public float Padding
Field Value
PsrThreshold
we lost the target, if the psr is lower than this.
public float PsrThreshold
Field Value
ScaleLr
public float ScaleLr
Field Value
ScaleModelMaxArea
public float ScaleModelMaxArea
Field Value
ScaleSigmaFactor
public float ScaleSigmaFactor
Field Value
ScaleStep
public float ScaleStep
Field Value
TemplateSize
public float TemplateSize
Field Value
UseChannelWeights
public int UseChannelWeights
Field Value
UseColorNames
public int UseColorNames
Field Value
UseGray
public int UseGray
Field Value
UseHog
public int UseHog
Field Value
UseRgb
public int UseRgb
Field Value
UseSegmentation
public int UseSegmentation
Field Value
WeightsLr
public float WeightsLr
Field Value
WindowFunction
Window function: "hann", "cheb", "kaiser"
public string WindowFunction