Click or drag to resize
Subdiv2DGetVoronoiFacets Method
http://www.emgu.com
Obtains the list of Voronoi Facets

Namespace: Emgu.CV
Assembly: Emgu.CV.World (in Emgu.CV.World.dll) Version: 3.1.0.2282 (3.1.0.2282)
Syntax
public VoronoiFacet[] GetVoronoiFacets(
	int[] idx = null
)

Parameters

idx (Optional)
Type: SystemInt32

[Missing <param name="idx"/> documentation for "M:Emgu.CV.Subdiv2D.GetVoronoiFacets(System.Int32[])"]

Return Value

Type: VoronoiFacet
The list of Voronoi Facets
See Also