http://www.emgu.com
Create a Voronoi facet using the specific point and polyline
Namespace: Emgu.CVAssembly: Emgu.CV.World (in Emgu.CV.World.dll) Version: 3.1.0.2282 (3.1.0.2282)
Syntaxpublic VoronoiFacet(
PointF point,
PointF[] polyline
)
Public Sub New (
point As PointF,
polyline As PointF()
)
public:
VoronoiFacet(
PointF point,
array<PointF>^ polyline
)
new :
point : PointF *
polyline : PointF[] -> VoronoiFacet
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