Show / Hide Table of Contents

Struct WUsacParams

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 WUsacParams

Fields

| Improve this Doc View Source

Confidence

Declaration
public double Confidence
Field Value
Type Description
System.Double
| Improve this Doc View Source

IsParallel

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

LoIterations

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

LoMethod

Declaration
public LocalOptimMethod LoMethod
Field Value
Type Description
LocalOptimMethod
| Improve this Doc View Source

LoSampleSize

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

MaxIterations

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

NeighborsSearch

Declaration
public NeighborSearchMethod NeighborsSearch
Field Value
Type Description
NeighborSearchMethod
| Improve this Doc View Source

RandomGeneratorState

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

Sampler

Declaration
public SamplingMethod Sampler
Field Value
Type Description
SamplingMethod
| Improve this Doc View Source

Score

Declaration
public ScoreMethod Score
Field Value
Type Description
ScoreMethod
| Improve this Doc View Source

Threshold

Declaration
public double Threshold
Field Value
Type Description
System.Double
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX