Emgu CV Library Documentation
PlanarSubdivision Constructor (roi)
NamespacesEmgu.CVPlanarSubdivisionPlanarSubdivision(Rectangle%)

www.emgu.com/wiki
Start the Delaunay's triangulation in the specific region of interest.
Declaration Syntax
C#Visual BasicVisual 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

Assembly: Emgu.CV (Module: Emgu.CV) Version: 1.5.0.0 (1.5.0.0)