Click or drag to resize

VectorOfKeyPoint Constructor (IEnumerableKeyPoint)

Initializes a new instance of the VectorOfKeyPoint class

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntax
public VectorOfKeyPoint(
	IEnumerable<KeyPoint> data
)

Parameters

data
Type: System.Collections.GenericIEnumerableKeyPoint
See Also