Click or drag to resize
Subdiv2D Constructor (Rectangle)
http://www.emgu.com
Start the Delaunay's triangulation in the specific region of interest.

Namespace: Emgu.CV
Assembly: Emgu.CV (in Emgu.CV.dll) Version: 3.0.0.2161 (3.0.0.2161)
Syntax
public Subdiv2D(
	Rectangle roi
)

Parameters

roi
Type: System.DrawingRectangle
The region of interest of the triangulation
See Also