Click or drag to resize

SearchParams Constructor (Int32, Single, Boolean)

Initializes a new instance of the SearchParams class

Namespace:  OpenCvSharp.Flann
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntax
public SearchParams(
	int checks = 32,
	float eps = 0f,
	bool sorted = true
)

Parameters

checks (Optional)
Type: SystemInt32
eps (Optional)
Type: SystemSingle
sorted (Optional)
Type: SystemBoolean
See Also