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