Click or drag to resize

VectorOfPoint2f Constructor (IEnumerablePoint2f)

Initializes a new instance of the VectorOfPoint2f class

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

Parameters

data
Type: System.Collections.GenericIEnumerablePoint2f

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

See Also