Class UsacParams
Inheritance
System.Object
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()
Assembly: OpenCvSharp.dll
Syntax
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
|
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
Declaration
public NeighborSearchMethod NeighborsSearch { get; set; }
Property Value
|
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
|
Improve this Doc
View Source
Score
Declaration
public ScoreMethod Score { get; set; }
Property Value
|
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