| CvContourPolygon Constructor (IEnumerablePoint) |
Namespace:
OpenCvSharp.Blob
Assembly:
OpenCvSharp.Blob (in OpenCvSharp.Blob.dll) Version: 1.0.0
Syntax public CvContourPolygon(
IEnumerable<Point> list
)
Public Sub New (
list As IEnumerable(Of Point)
)
public:
CvContourPolygon(
IEnumerable<Point>^ list
)
new :
list : IEnumerable<Point> -> CvContourPolygon
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