Click or drag to resize

FileStorageWrite Method (String, IEnumerableDMatch)

[Missing <summary> documentation for "M:OpenCvSharp.FileStorage.Write(System.String,System.Collections.Generic.IEnumerable{OpenCvSharp.DMatch})"]

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
public void Write(
	string name,
	IEnumerable<DMatch> value
)

Parameters

name
Type: SystemString

[Missing <param name="name"/> documentation for "M:OpenCvSharp.FileStorage.Write(System.String,System.Collections.Generic.IEnumerable{OpenCvSharp.DMatch})"]

value
Type: System.Collections.GenericIEnumerableDMatch

[Missing <param name="value"/> documentation for "M:OpenCvSharp.FileStorage.Write(System.String,System.Collections.Generic.IEnumerable{OpenCvSharp.DMatch})"]

See Also