Emgu CV Library Documentation
PlanarSubdivision Constructor (points, silent)
NamespacesEmgu.CVPlanarSubdivisionPlanarSubdivision(array<PointF>[]()[], 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(
	PointF[] points,
	bool silent
)
Public Sub New ( _
	points As PointF(), _
	silent As Boolean _
)
public:
PlanarSubdivision(
	array<PointF>^ points, 
	bool silent
)
Parameters
points (array< PointF >[]()[])
The points to be inserted to this planar subdivision
silent (Boolean)
If true, any exception during insert will be ignored

Assembly: Emgu.CV (Module: Emgu.CV) Version: 1.5.0.0 (1.5.0.0)