| Subdiv2D Constructor (Rect) |
Creates an empty Subdiv2D object.
Namespace:
OpenCvSharp
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax public Subdiv2D(
Rect rect
)
Public Sub New (
rect As Rect
)
public:
Subdiv2D(
Rect rect
)
new :
rect : Rect -> Subdiv2D
Parameters
- rect
- Type: OpenCvSharpRect
Rectangle that includes all of the 2D points that are to be added to the subdivision.
See Also