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.CV
Assembly:
Emgu.CV (in Emgu.CV.dll) Version: 2.0.1.0 (2.0.1.0)
Syntax
| C# |
|---|
public static void cvCalcSubdivVoronoi2D(
IntPtr subdiv
) |
| Visual Basic (Declaration) |
|---|
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