Struct TrackerCSRT.Params
- Namespace
- OpenCvSharp.Tracking
- Assembly
- OpenCvSharp.dll
CSRT Params. A managed-friendly parameter bag; ToNativeStruct(nint) converts it into the blittable WTrackerCSRTParams mirror passed to the native entry point.
[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 bool UseChannelWeights
Field Value
UseColorNames
public bool UseColorNames
Field Value
UseGray
public bool UseGray
Field Value
UseHog
public bool UseHog
Field Value
UseRgb
public bool UseRgb
Field Value
UseSegmentation
public bool UseSegmentation
Field Value
WeightsLr
public float WeightsLr
Field Value
WindowFunction
Window function: "hann", "cheb", "kaiser"
public string WindowFunction