www.emgu.com/wiki
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

Declaration Syntax
public static void cvCalcSubdivVoronoi2D(
IntPtr subdiv
)
Public Shared Sub cvCalcSubdivVoronoi2D ( _
subdiv As IntPtr _
)
public:
static void cvCalcSubdivVoronoi2D(
IntPtr subdiv
)

Parameters
- subdiv (IntPtr)
- Delaunay subdivision, where all the points are added already
Assembly:
Emgu.CV (Module: Emgu.CV) Version: 1.4.3249.6313 (1.4.0.0)