Table of Contents

Struct TrackerCSRT.Params

Namespace
OpenCvSharp.Tracking.Legacy
Assembly
OpenCvSharp.dll

CSRT Params. A managed-friendly parameter bag; ToNativeStruct(nint) converts it into the blittable WLegacyTrackerCSRTParams mirror passed to the native entry point. The shape is identical to the modern TrackerCSRT.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
BackgroundRatio
ChebAttenuation
FilterLr
GslSigma
HistogramBins
HistogramLr
HogClip
HogOrientations
KaiserAlpha
NumHogChannelsUsed
NumberOfScales
Padding
PsrThreshold

we lost the target, if the psr is lower than this.

ScaleLr
ScaleModelMaxArea
ScaleSigmaFactor
ScaleStep
TemplateSize
UseChannelWeights
UseColorNames
UseGray
UseHog
UseRgb
UseSegmentation
WeightsLr
WindowFunction

Window function: "hann", "cheb", "kaiser"