Click or drag to resize

VectorOfPoint3f Constructor (IEnumerablePoint3f)

Initializes a new instance of the VectorOfPoint3f class

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
public VectorOfPoint3f(
	IEnumerable<Point3f> data
)

Parameters

data
Type: System.Collections.GenericIEnumerablePoint3f

[Missing <param name="data"/> documentation for "M:OpenCvSharp.VectorOfPoint3f.#ctor(System.Collections.Generic.IEnumerable{OpenCvSharp.Point3f})"]

See Also