Click or drag to resize

VectorOfPoint Constructor (IEnumerablePoint)

Initializes a new instance of the VectorOfPoint class

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

Parameters

data
Type: System.Collections.GenericIEnumerablePoint

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

See Also