Click or drag to resize

VoronoiFacet Class

http://www.emgu.com
A Voronoi Facet
Inheritance Hierarchy
SystemObject
  Emgu.CVVoronoiFacet

Namespace:  Emgu.CV
Assembly:  Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.1.1.3497 (4.1.1.3497)
Syntax
public class VoronoiFacet

The VoronoiFacet type exposes the following members.

Constructors
  NameDescription
Public methodVoronoiFacet
Create a Voronoi facet using the specific point and polyline
Top
Properties
  NameDescription
Public propertyPoint
The point this facet associates to
Public propertyVertices
Get or set the vertices of this facet
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
See Also