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
IsParallel
public bool IsParallel { get; set; }
Property Value
LoIterations
public int LoIterations { get; set; }
Property Value
LoMethod
public LocalOptimMethod LoMethod { get; set; }
Property Value
LoSampleSize
public int LoSampleSize { get; set; }
Property Value
MaxIterations
public int MaxIterations { get; set; }
Property Value
NeighborsSearch
public NeighborSearchMethod NeighborsSearch { get; set; }
Property Value
RandomGeneratorState
public int RandomGeneratorState { get; set; }
Property Value
Sampler
public SamplingMethod Sampler { get; set; }
Property Value
Score
public ScoreMethod Score { get; set; }
Property Value
Threshold
public double Threshold { get; set; }
Property Value
Methods
ToNativeStruct()
public WUsacParams ToNativeStruct()