| VectorOfVectorKeyPoint Constructor (KeyPoint) |
Namespace:
OpenCvSharp
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax public VectorOfVectorKeyPoint(
KeyPoint[][] values
)
Public Sub New (
values As KeyPoint()()
)
public:
VectorOfVectorKeyPoint(
array<array<KeyPoint>^>^ values
)
new :
values : KeyPoint[][] -> VectorOfVectorKeyPoint
Parameters
- values
- Type: OpenCvSharpKeyPoint
[Missing <param name="values"/> documentation for "M:OpenCvSharp.VectorOfVectorKeyPoint.#ctor(OpenCvSharp.KeyPoint[][])"]
See Also