VectorOfVectorKeyPoint Constructor (KeyPoint)
|
Namespace:
OpenCvSharp
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntaxpublic VectorOfVectorKeyPoint(
KeyPoint[][] values
)
Public Sub New (
values As KeyPoint()()
)
public:
VectorOfVectorKeyPoint(
array<array<KeyPoint>^>^ values
)
new :
values : KeyPoint[][] -> VectorOfVectorKeyPoint
OpenCvSharp.VectorOfVectorKeyPoint = function(values);
Parameters
- values
- Type: OpenCvSharpKeyPoint
See Also