Class SearchParams
Inheritance
System.Object
SearchParams
Assembly: OpenCvSharp.dll
Syntax
public class SearchParams : IndexParams, ICvPtrHolder
Constructors
|
Improve this Doc
View Source
SearchParams(Ptr)
Declaration
protected SearchParams(Ptr ptrObj)
Parameters
Type |
Name |
Description |
Ptr |
ptrObj |
|
|
Improve this Doc
View Source
SearchParams(Int32, Single, Boolean)
Declaration
public SearchParams(int checks = 32, float eps = 0F, bool sorted = true)
Parameters
Type |
Name |
Description |
System.Int32 |
checks |
|
System.Single |
eps |
|
System.Boolean |
sorted |
|
Implements