Click or drag to resize
Subdiv2D Constructor (PointF, Boolean)
http://www.emgu.com
Create a planar subdivision from the given points. The ROI is computed as the minimum bounding Rectangle for the input points

Namespace: Emgu.CV
Assembly: Emgu.CV.World (in Emgu.CV.World.dll) Version: 3.1.0.2282 (3.1.0.2282)
Syntax
public Subdiv2D(
	PointF[] points,
	bool silent = false
)

Parameters

points
Type: System.DrawingPointF
The points to be inserted to this planar subdivision
silent (Optional)
Type: SystemBoolean
If true, any exception during insert will be ignored
See Also