http://www.emgu.com
Create a Voronoi facet using the specific point and polyline
Namespace:
Emgu.CV
Assembly:
Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.1.0.3408 (4.1.0.3408)
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