| VectorOfKeyPoint Constructor (IEnumerableKeyPoint) | 
        
          
    Namespace: 
   OpenCvSharp
    Assembly:
   OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
 Syntax
Syntaxpublic VectorOfKeyPoint(
	IEnumerable<KeyPoint> data
)
Public Sub New ( 
	data As IEnumerable(Of KeyPoint)
)
public:
VectorOfKeyPoint(
	IEnumerable<KeyPoint>^ data
)
new : 
        data : IEnumerable<KeyPoint> -> VectorOfKeyPointOpenCvSharp.VectorOfKeyPoint = function(data);
Parameters
- data
- Type: System.Collections.GenericIEnumerableKeyPoint
 
 See Also
See Also