Click or drag to resize

IndexParamsSetDouble Method

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

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

Parameters

key
Type: SystemString

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

value
Type: SystemDouble

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

See Also