Start the Delaunay's triangulation in the specific region of interest.

Namespace:  Emgu.CV
Assembly:  Emgu.CV (in Emgu.CV.dll) Version: 2.0.1.0 (2.0.1.0)

Syntax

C#
public PlanarSubdivision(
	ref Rectangle roi
)
Visual Basic (Declaration)
Public Sub New ( _
	ByRef roi As Rectangle _
)
Visual C++
public:
PlanarSubdivision(
	Rectangle% roi
)

Parameters

roi
Type: System.Drawing..::.Rectangle %
The region of interest of the triangulation

See Also