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 (in Emgu.CV.dll) Version: 3.0.0.2161 (3.0.0.2161)
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