Click or drag to resize

FileStorageAdd Method (IEnumerableDMatch)

Writes data to a file storage.

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntax
public FileStorage Add(
	IEnumerable<DMatch> val
)

Parameters

val
Type: System.Collections.GenericIEnumerableDMatch

Return Value

Type: FileStorage
See Also