Click or drag to resize

IndexParamsSetBool Method

[Missing <summary> documentation for "M:OpenCvSharp.Flann.IndexParams.SetBool(System.String,System.Boolean)"]

Namespace:  OpenCvSharp.Flann
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
public void SetBool(
	string key,
	bool value
)

Parameters

key
Type: SystemString

[Missing <param name="key"/> documentation for "M:OpenCvSharp.Flann.IndexParams.SetBool(System.String,System.Boolean)"]

value
Type: SystemBoolean

[Missing <param name="value"/> documentation for "M:OpenCvSharp.Flann.IndexParams.SetBool(System.String,System.Boolean)"]

See Also