Click or drag to resize

FileStorageAdd Method (IEnumerableKeyPoint)

Writes data to a file storage.

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
public FileStorage Add(
	IEnumerable<KeyPoint> val
)

Parameters

val
Type: System.Collections.GenericIEnumerableKeyPoint

[Missing <param name="val"/> documentation for "M:OpenCvSharp.FileStorage.Add(System.Collections.Generic.IEnumerable{OpenCvSharp.KeyPoint})"]

Return Value

Type: FileStorage

[Missing <returns> documentation for "M:OpenCvSharp.FileStorage.Add(System.Collections.Generic.IEnumerable{OpenCvSharp.KeyPoint})"]

See Also