Show / Hide Table of Contents

Struct Params

CSRT Params

Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: OpenCvSharp.Tracking
Assembly: OpenCvSharp.dll
Syntax
public struct Params

Fields

| Improve this Doc View Source

AdmmIterations

Declaration
public int AdmmIterations
Field Value
Type Description
System.Int32
| Improve this Doc View Source

BackgroundRatio

Declaration
public int BackgroundRatio
Field Value
Type Description
System.Int32
| Improve this Doc View Source

ChebAttenuation

Declaration
public float ChebAttenuation
Field Value
Type Description
System.Single
| Improve this Doc View Source

FilterLr

Declaration
public float FilterLr
Field Value
Type Description
System.Single
| Improve this Doc View Source

GslSigma

Declaration
public float GslSigma
Field Value
Type Description
System.Single
| Improve this Doc View Source

HistogramBins

Declaration
public int HistogramBins
Field Value
Type Description
System.Int32
| Improve this Doc View Source

HistogramLr

Declaration
public float HistogramLr
Field Value
Type Description
System.Single
| Improve this Doc View Source

HogClip

Declaration
public float HogClip
Field Value
Type Description
System.Single
| Improve this Doc View Source

HogOrientations

Declaration
public float HogOrientations
Field Value
Type Description
System.Single
| Improve this Doc View Source

KaiserAlpha

Declaration
public float KaiserAlpha
Field Value
Type Description
System.Single
| Improve this Doc View Source

NumberOfScales

Declaration
public int NumberOfScales
Field Value
Type Description
System.Int32
| Improve this Doc View Source

NumHogChannelsUsed

Declaration
public int NumHogChannelsUsed
Field Value
Type Description
System.Int32
| Improve this Doc View Source

Padding

Declaration
public float Padding
Field Value
Type Description
System.Single
| Improve this Doc View Source

PsrThreshold

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

Declaration
public float PsrThreshold
Field Value
Type Description
System.Single
| Improve this Doc View Source

ScaleLr

Declaration
public float ScaleLr
Field Value
Type Description
System.Single
| Improve this Doc View Source

ScaleModelMaxArea

Declaration
public float ScaleModelMaxArea
Field Value
Type Description
System.Single
| Improve this Doc View Source

ScaleSigmaFactor

Declaration
public float ScaleSigmaFactor
Field Value
Type Description
System.Single
| Improve this Doc View Source

ScaleStep

Declaration
public float ScaleStep
Field Value
Type Description
System.Single
| Improve this Doc View Source

TemplateSize

Declaration
public float TemplateSize
Field Value
Type Description
System.Single
| Improve this Doc View Source

UseChannelWeights

Declaration
public int UseChannelWeights
Field Value
Type Description
System.Int32
| Improve this Doc View Source

UseColorNames

Declaration
public int UseColorNames
Field Value
Type Description
System.Int32
| Improve this Doc View Source

UseGray

Declaration
public int UseGray
Field Value
Type Description
System.Int32
| Improve this Doc View Source

UseHog

Declaration
public int UseHog
Field Value
Type Description
System.Int32
| Improve this Doc View Source

UseRgb

Declaration
public int UseRgb
Field Value
Type Description
System.Int32
| Improve this Doc View Source

UseSegmentation

Declaration
public int UseSegmentation
Field Value
Type Description
System.Int32
| Improve this Doc View Source

WeightsLr

Declaration
public float WeightsLr
Field Value
Type Description
System.Single
| Improve this Doc View Source

WindowFunction

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

Declaration
public string WindowFunction
Field Value
Type Description
System.String
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX