Table of Contents

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

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 int UseChannelWeights

Field Value

int

UseColorNames

public int UseColorNames

Field Value

int

UseGray

public int UseGray

Field Value

int

UseHog

public int UseHog

Field Value

int

UseRgb

public int UseRgb

Field Value

int

UseSegmentation

public int UseSegmentation

Field Value

int

WeightsLr

public float WeightsLr

Field Value

float

WindowFunction

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

public string WindowFunction

Field Value

string