| Subdiv2DInitDelaunay Method |
Creates a new empty Delaunay subdivision
Namespace:
OpenCvSharp
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax public void InitDelaunay(
Rect rect
)
Public Sub InitDelaunay (
rect As Rect
)
public:
void InitDelaunay(
Rect rect
)
member InitDelaunay :
rect : Rect -> unit
Parameters
- rect
- Type: OpenCvSharpRect
Rectangle that includes all of the 2D points that are to be added to the subdivision.
See Also