CvContourPolygon Constructor (IEnumerableCvPoint) OpenCvSharp Class Library
Initializes a new instance of the CvContourPolygon class

Namespace:  OpenCvSharp.Blob
Assembly:  OpenCvSharp.Blob (in OpenCvSharp.Blob.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public CvContourPolygon(
	IEnumerable<CvPoint> list
)

Parameters

list
Type: System.Collections.GenericIEnumerableCvPoint

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

See Also

Reference