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

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

Syntax

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

Parameters

roi
Rectangle%
The region of interest of the triangulation

See Also