Create a Voronoi facet using the specific point and polyline

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

Syntax

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

Parameters

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

See Also