Table of Contents

Class VoronoiFacet

Namespace
Emgu.CV
Assembly
Emgu.CV.dll

A Voronoi Facet

public class VoronoiFacet
Inheritance
VoronoiFacet
Inherited Members

Constructors

VoronoiFacet(PointF, PointF[])

Create a Voronoi facet using the specific point and polyline

public VoronoiFacet(PointF point, PointF[] polyline)

Parameters

point PointF

The point this facet associate with

polyline PointF[]

The points that defines the contour of this facet

Properties

Point

The point this facet associates to

public PointF Point { get; set; }

Property Value

PointF

Vertices

Get or set the vertices of this facet

public PointF[] Vertices { get; set; }

Property Value

PointF[]