Click or drag to resize

VectorOfVectorKeyPoint Constructor (KeyPoint)

Initializes a new instance of the VectorOfVectorKeyPoint class

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntax
public VectorOfVectorKeyPoint(
	KeyPoint[][] values
)

Parameters

values
Type: OpenCvSharpKeyPoint
See Also