Constructor Subdiv2D
- Namespace
- OpenCvSharp
- Assembly
- OpenCvSharp.dll
Subdiv2D()
Creates an empty Subdiv2D object. To create a new empty Delaunay subdivision you need to use the #initDelaunay function.
public Subdiv2D()
Subdiv2D(Rect)
Creates an empty Subdiv2D object.
public Subdiv2D(Rect rect)
Parameters
rectRectRectangle that includes all of the 2D points that are to be added to the subdivision.
Subdiv2D(Rect2f)
Creates an empty Subdiv2D object.
public Subdiv2D(Rect2f rect)
Parameters
rectRect2fRectangle that includes all of the 2D points that are to be added to the subdivision.