Click or drag to resize

CvContourPolygon Constructor (IEnumerablePoint)

Initializes a new instance of the CvContourPolygon class

Namespace:  OpenCvSharp.Blob
Assembly:  OpenCvSharp.Blob (in OpenCvSharp.Blob.dll) Version: 1.0.0
Syntax
public CvContourPolygon(
	IEnumerable<Point> list
)

Parameters

list
Type: System.Collections.GenericIEnumerablePoint

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

See Also