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