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