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