Emgu CV Library Documentation
PlanarSubdivision Constructor (points, silent)
NamespacesEmgu.CVPlanarSubdivisionPlanarSubdivision(IEnumerable<(Of <(Point2D<(Of <(Single>)>)>)>), Boolean)

www.emgu.com/wiki
Create a planar subdivision from the given points. The ROI is computed as the minimun bounding Rectangle for the input points
Declaration Syntax
C#Visual BasicVisual C++
public PlanarSubdivision(
	IEnumerable<Point2D<float>> points,
	bool silent
)
Public Sub New ( _
	points As IEnumerable(Of Point2D(Of Single)), _
	silent As Boolean _
)
public:
PlanarSubdivision(
	IEnumerable<Point2D<float>^>^ points, 
	bool silent
)
Parameters
points (IEnumerable<(Of <(Point2D<(Of <(Single>)>)>)>))
The points for this planar subdivision
silent (Boolean)
If true, any exception during insert will be ignored

Assembly: Emgu.CV (Module: Emgu.CV) Version: 1.4.3249.6313 (1.4.0.0)