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: 3.1.0.2282 (3.1.0.2282)
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