Start the Delaunay's triangulation in the specific region of interest.
Namespace: Emgu.CVAssembly: 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 _
)
Parameters
- roi
- Rectangle%
The region of interest of the triangulation
See Also