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

Declaration Syntax
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
Assembly:
Emgu.CV (Module: Emgu.CV) Version: 1.5.0.0 (1.5.0.0)