Start the Delaunay's triangulation in the specific region of interest.
Namespace:
Emgu.CV
Assembly:
Emgu.CV (in Emgu.CV.dll) Version: 2.1.0.649 (2.1.0.649)
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