Table of Contents

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

int

BackgroundRatio

public int BackgroundRatio

Field Value

int

ChebAttenuation

public float ChebAttenuation

Field Value

float

FilterLr

public float FilterLr

Field Value

float

GslSigma

public float GslSigma

Field Value

float

HistogramBins

public int HistogramBins

Field Value

int

HistogramLr

public float HistogramLr

Field Value

float

HogClip

public float HogClip

Field Value

float

HogOrientations

public float HogOrientations

Field Value

float

KaiserAlpha

public float KaiserAlpha

Field Value

float

NumHogChannelsUsed

public int NumHogChannelsUsed

Field Value

int

NumberOfScales

public int NumberOfScales

Field Value

int

Padding

public float Padding

Field Value

float

PsrThreshold

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

public float PsrThreshold

Field Value

float

ScaleLr

public float ScaleLr

Field Value

float

ScaleModelMaxArea

public float ScaleModelMaxArea

Field Value

float

ScaleSigmaFactor

public float ScaleSigmaFactor

Field Value

float

ScaleStep

public float ScaleStep

Field Value

float

TemplateSize

public float TemplateSize

Field Value

float

UseChannelWeights

public bool UseChannelWeights

Field Value

bool

UseColorNames

public bool UseColorNames

Field Value

bool

UseGray

public bool UseGray

Field Value

bool

UseHog

public bool UseHog

Field Value

bool

UseRgb

public bool UseRgb

Field Value

bool

UseSegmentation

public bool UseSegmentation

Field Value

bool

WeightsLr

public float WeightsLr

Field Value

float

WindowFunction

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

public string WindowFunction

Field Value

string