Show / Hide Table of Contents

Class UsacParams

Inheritance
System.Object
UsacParams
Implements
System.IEquatable<UsacParams>
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: OpenCvSharp
Assembly: OpenCvSharp.dll
Syntax
public class UsacParams : IEquatable<UsacParams>

Properties

| Improve this Doc View Source

Confidence

Declaration
public double Confidence { get; set; }
Property Value
Type Description
System.Double
| Improve this Doc View Source

IsParallel

Declaration
public bool IsParallel { get; set; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

LoIterations

Declaration
public int LoIterations { get; set; }
Property Value
Type Description
System.Int32
| Improve this Doc View Source

LoMethod

Declaration
public LocalOptimMethod LoMethod { get; set; }
Property Value
Type Description
LocalOptimMethod
| Improve this Doc View Source

LoSampleSize

Declaration
public int LoSampleSize { get; set; }
Property Value
Type Description
System.Int32
| Improve this Doc View Source

MaxIterations

Declaration
public int MaxIterations { get; set; }
Property Value
Type Description
System.Int32
| Improve this Doc View Source

NeighborsSearch

Declaration
public NeighborSearchMethod NeighborsSearch { get; set; }
Property Value
Type Description
NeighborSearchMethod
| Improve this Doc View Source

RandomGeneratorState

Declaration
public int RandomGeneratorState { get; set; }
Property Value
Type Description
System.Int32
| Improve this Doc View Source

Sampler

Declaration
public SamplingMethod Sampler { get; set; }
Property Value
Type Description
SamplingMethod
| Improve this Doc View Source

Score

Declaration
public ScoreMethod Score { get; set; }
Property Value
Type Description
ScoreMethod
| Improve this Doc View Source

Threshold

Declaration
public double Threshold { get; set; }
Property Value
Type Description
System.Double

Methods

| Improve this Doc View Source

ToNativeStruct()

Declaration
public WUsacParams ToNativeStruct()
Returns
Type Description
WUsacParams

Implements

System.IEquatable<T>
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX