Click or drag to resize

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
)

Parameters

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