Show / Hide Table of Contents

Struct 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
Assembly: OpenCvSharp.dll
Syntax
public struct Params

Fields

| Improve this Doc View Source

FeatureSetNumFeatures

features

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

SamplerInitInRadius

radius for gathering positive instances during init

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

SamplerInitMaxNegNum

negative samples to use during init

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

SamplerSearchWinSize

size of search window

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

SamplerTrackInRadius

radius for gathering positive instances during tracking

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

SamplerTrackMaxNegNum

negative samples to use during tracking

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

SamplerTrackMaxPosNum

positive samples to use during tracking

Declaration
public int SamplerTrackMaxPosNum
Field Value
Type Description
System.Int32
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX