http://www.emgu.com
An interface for the convex polygon
Namespace: Emgu.CVAssembly: Emgu.CV (in Emgu.CV.dll) Version: 3.0.0.2161 (3.0.0.2161)
Syntaxpublic interface IConvexPolygon
Public Interface IConvexPolygon
public interface class IConvexPolygon
type IConvexPolygon = interface end
The IConvexPolygon type exposes the following members.
Methods
| Name | Description |
---|
 | GetVertices |
Get the vertices of this convex polygon
|
Top
See Also