http://www.emgu.com
Assembly: Emgu.CV (in Emgu.CV.dll) Version: 2.3.0.1416 (2.3.0.1416)
Create a Voronoi facet using the specific point and polyline
Namespace: Emgu.CVAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.3.0.1416 (2.3.0.1416)
Syntax
C# |
---|
public VoronoiFacet( PointF point, PointF[] polyline ) |
Visual Basic |
---|
Public Sub New ( _ point As PointF, _ polyline As PointF() _ ) |
Visual C++ |
---|
public: VoronoiFacet( PointF point, array<PointF>^ polyline ) |
Parameters
- point
- Type: System.Drawing..::..PointF
The point this facet associate with
- polyline
- Type: array<System.Drawing..::..PointF>[]()[][]
The points that defines the contour of this facet