Create a Voronoi facet using the specific point and polyline

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

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