Table of Contents

Class UsacParams

Namespace
OpenCvSharp
Assembly
OpenCvSharp.dll
public record UsacParams : IEquatable<UsacParams>
Inheritance
UsacParams
Implements
Inherited Members

Properties

Confidence

public double Confidence { get; set; }

Property Value

double

IsParallel

public bool IsParallel { get; set; }

Property Value

bool

LoIterations

public int LoIterations { get; set; }

Property Value

int

LoMethod

public LocalOptimMethod LoMethod { get; set; }

Property Value

LocalOptimMethod

LoSampleSize

public int LoSampleSize { get; set; }

Property Value

int

MaxIterations

public int MaxIterations { get; set; }

Property Value

int

NeighborsSearch

public NeighborSearchMethod NeighborsSearch { get; set; }

Property Value

NeighborSearchMethod

RandomGeneratorState

public int RandomGeneratorState { get; set; }

Property Value

int

Sampler

public SamplingMethod Sampler { get; set; }

Property Value

SamplingMethod

Score

public ScoreMethod Score { get; set; }

Property Value

ScoreMethod

Threshold

public double Threshold { get; set; }

Property Value

double

Methods

ToNativeStruct()

public WUsacParams ToNativeStruct()

Returns

WUsacParams