Create a Voronoi facet using the specific point and polyline

Namespace:  Emgu.CV
Assembly:  Emgu.CV (in Emgu.CV.dll) Version: 2.0.1.0 (2.0.1.0)

Syntax

C#
public VoronoiFacet(
	PointF point,
	PointF[] polyline
)
Visual Basic (Declaration)
Public Sub New ( _
	point As PointF, _
	polyline As PointF() _
)
Visual C++
public:
VoronoiFacet(
	PointF point, 
	array<PointF>^ polyline
)

Parameters

point
Type: System.Drawing..::.PointF
The point this facet associate with
polyline
Type: array< System.Drawing..::.PointF >[]()[]
The points that defines the contour of this facet

See Also