Subdiv2D Constructor (Rectangle) |
http://www.emgu.com
Start the Delaunay's triangulation in the specific region of interest.
Namespace: Emgu.CVAssembly: Emgu.CV (in Emgu.CV.dll) Version: 3.0.0.2161 (3.0.0.2161)
Syntaxpublic Subdiv2D(
Rectangle roi
)
Public Sub New (
roi As Rectangle
)
public:
Subdiv2D(
Rectangle roi
)
new :
roi : Rectangle -> Subdiv2D
Parameters
- roi
- Type: System.DrawingRectangle
The region of interest of the triangulation
See Also