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