Subdiv2D Constructor (Rectangle) |
http://www.emgu.com
Start the Delaunay's triangulation in the specific region of interest.
Namespace: Emgu.CVAssembly: Emgu.CV.World (in Emgu.CV.World.dll) Version: 3.1.0.2282 (3.1.0.2282)
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