Table of Contents

Interface IConvexPolygon

Namespace
Emgu.CV
Assembly
Emgu.CV.dll

An interface for the convex polygon

public interface IConvexPolygon

Methods

GetVertices()

Get the vertices of this convex polygon

Point[] GetVertices()

Returns

Point[]

The vertices of this convex polygon