Click or drag to resize

Subdiv2D Constructor (Rect)

Creates an empty Subdiv2D object.

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
public Subdiv2D(
	Rect rect
)

Parameters

rect
Type: OpenCvSharpRect
Rectangle that includes all of the 2D points that are to be added to the subdivision.
See Also