Click or drag to resize

VectorOfVectorKeyPoint Constructor (KeyPoint)

Initializes a new instance of the VectorOfVectorKeyPoint class

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
public VectorOfVectorKeyPoint(
	KeyPoint[][] values
)

Parameters

values
Type: OpenCvSharpKeyPoint

[Missing <param name="values"/> documentation for "M:OpenCvSharp.VectorOfVectorKeyPoint.#ctor(OpenCvSharp.KeyPoint[][])"]

See Also