Method InitDelaunay
- Namespace
- OpenCvSharp
- Assembly
- OpenCvSharp.dll
InitDelaunay(Rect)
Creates a new empty Delaunay subdivision
public void InitDelaunay(Rect rect)
Parameters
rectRectRectangle that includes all of the 2D points that are to be added to the subdivision.
InitDelaunay(Rect2f)
Creates a new empty Delaunay subdivision
public void InitDelaunay(Rect2f rect)
Parameters
rectRect2fRectangle that includes all of the 2D points that are to be added to the subdivision.