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.World (in Emgu.CV.World.dll) Version: 3.1.0.2282 (3.1.0.2282)
Syntax
public Subdiv2D(
	Rectangle roi
)

Parameters

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