Click or drag to resize

VoronoiFacet Constructor

http://www.emgu.com
Create a Voronoi facet using the specific point and polyline

Namespace:  Emgu.CV
Assembly:  Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.0.1.3373 (4.0.1.3373)
Syntax
public VoronoiFacet(
	PointF point,
	PointF[] polyline
)

Parameters

point
Type: System.DrawingPointF
The point this facet associate with
polyline
Type: System.DrawingPointF
The points that defines the contour of this facet
See Also