[This is preliminary documentation and is subject to change.]

Create a planar subdivision from the given points. The ROI is computed as the minimun bounding Rectangle for the input points

Namespace:  Emgu.CV
Assembly:  Emgu.CV (in Emgu.CV.dll) Version: 2.0.0.0 (2.0.0.0)

Syntax

         
 C#  Visual Basic  Visual C++ 
public PlanarSubdivision(
	PointF[] points
)
Public Sub New ( _
	points As PointF() _
)
public:
PlanarSubdivision(
	array<PointF>^ points
)

Parameters

points
array< PointF >[]()[]
The points for this planar subdivision

See Also