http://www.emgu.com
Assembly: Emgu.CV (in Emgu.CV.dll) Version: 2.3.0.1416 (2.3.0.1416)
Create a planar subdivision from the given points. The ROI is computed as the minimun bounding Rectangle for the input points
Namespace: Emgu.CVAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.3.0.1416 (2.3.0.1416)
Syntax
C# |
---|
public PlanarSubdivision( PointF[] points ) |
Visual Basic |
---|
Public Sub New ( _ points As PointF() _ ) |
Visual C++ |
---|
public: PlanarSubdivision( array<PointF>^ points ) |
Parameters
- points
- Type: array<System.Drawing..::..PointF>[]()[][]
The points for this planar subdivision