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.0.1.0 (2.0.1.0)
Syntax
C# |
---|
public PlanarSubdivision( PointF[] points, bool silent ) |
Visual Basic (Declaration) |
---|
Public Sub New ( _ points As PointF(), _ silent As Boolean _ ) |
Visual C++ |
---|
public: PlanarSubdivision( array<PointF>^ points, bool silent ) |
Parameters
- points
- Type: array<
System.Drawing..::.PointF
>[]()[]
The points to be inserted to this planar subdivision
- silent
- Type: System..::.Boolean
If true, any exception during insert will be ignored