Click or drag to resize

VectorOfKeyPoint Constructor (IEnumerableKeyPoint)

Initializes a new instance of the VectorOfKeyPoint class

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
public VectorOfKeyPoint(
	IEnumerable<KeyPoint> data
)

Parameters

data
Type: System.Collections.GenericIEnumerableKeyPoint

[Missing <param name="data"/> documentation for "M:OpenCvSharp.VectorOfKeyPoint.#ctor(System.Collections.Generic.IEnumerable{OpenCvSharp.KeyPoint})"]

See Also