Creates an empty Delaunay subdivision, where 2d points can be added further using function cvSubdivDelaunay2DInsert. All the points to be added must be within the specified rectangle, otherwise a runtime error will be raised.
Namespace:
Emgu.CVAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.0.1.0 (2.0.1.0)
Syntax
C# |
---|
public static IntPtr cvCreateSubdivDelaunay2D( Rectangle rect, IntPtr storage ) |
Visual Basic (Declaration) |
---|
Public Shared Function cvCreateSubdivDelaunay2D ( _ rect As Rectangle, _ storage As IntPtr _ ) As IntPtr |
Visual C++ |
---|
public: static IntPtr cvCreateSubdivDelaunay2D( Rectangle rect, IntPtr storage ) |
Parameters
- rect
- Type: System.Drawing..::.Rectangle
Rectangle that includes all the 2d points that are to be added to subdivision.
- storage
- Type: System..::.IntPtr
Container for subdivision
Return Value
[Missing <returns> documentation for "M:Emgu.CV.CvInvoke.cvCreateSubdivDelaunay2D(System.Drawing.Rectangle,System.IntPtr)"]