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