http://www.emgu.com
Calculates coordinates of virtual points. All virtual points corresponding to some vertex of original subdivision form (when connected together) a boundary of Voronoi cell of that point
Namespace: Emgu.CVAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.3.0.1416 (2.3.0.1416)
Syntax
C# |
---|
public static void cvCalcSubdivVoronoi2D(
IntPtr subdiv
) |
Visual Basic |
---|
Public Shared Sub cvCalcSubdivVoronoi2D ( _
subdiv As IntPtr _
) |
Visual C++ |
---|
public:
static void cvCalcSubdivVoronoi2D(
IntPtr subdiv
) |
Parameters
- subdiv
- Type: System..::..IntPtr
Delaunay subdivision, where all the points are added already
See Also