http://www.emgu.com
An interface for the convex polygon
Namespace:
Emgu.CV
Assembly:
Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.1.1.3497 (4.1.1.3497)
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