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

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
)
Public Sub New ( _
	points As IEnumerable(Of Point2D(Of Single)) _
)
public:
PlanarSubdivision(
	IEnumerable<Point2D<float>^>^ points
)
Parameters
points (IEnumerable<(Of <(Point2D<(Of <(Single>)>)>)>))
The points for this planar subdivision

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