http://www.emgu.com
Assembly: Emgu.CV (in Emgu.CV.dll) Version: 2.3.0.1416 (2.3.0.1416)
Find the bounding rectangle for the specific array of points
Namespace: Emgu.CVAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.3.0.1416 (2.3.0.1416)
Syntax
C# |
---|
public static MCvBox2D MinAreaRect( PointF[] points ) |
Visual Basic |
---|
Public Shared Function MinAreaRect ( _ points As PointF() _ ) As MCvBox2D |
Visual C++ |
---|
public: static MCvBox2D MinAreaRect( array<PointF>^ points ) |
Parameters
- points
- Type: array<System.Drawing..::..PointF>[]()[][]
The collection of points