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