Click or drag to resize

Cv2Write Method (FileStorage, String, IEnumerableKeyPoint)

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntax
public static void Write(
	FileStorage fs,
	string name,
	IEnumerable<KeyPoint> value
)

Parameters

fs
Type: OpenCvSharpFileStorage
name
Type: SystemString
value
Type: System.Collections.GenericIEnumerableKeyPoint
See Also