| VectorOfKeyPoint Constructor (IEnumerableKeyPoint) |
Namespace:
OpenCvSharp
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax public VectorOfKeyPoint(
IEnumerable<KeyPoint> data
)
Public Sub New (
data As IEnumerable(Of KeyPoint)
)
public:
VectorOfKeyPoint(
IEnumerable<KeyPoint>^ data
)
new :
data : IEnumerable<KeyPoint> -> VectorOfKeyPoint
Parameters
- data
- Type: System.Collections.GenericIEnumerableKeyPoint
[Missing <param name="data"/> documentation for "M:OpenCvSharp.VectorOfKeyPoint.#ctor(System.Collections.Generic.IEnumerable{OpenCvSharp.KeyPoint})"]
See Also