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 Rectangle BoundingRectangle( PointF[] points ) |
Visual Basic |
---|
Public Shared Function BoundingRectangle ( _ points As PointF() _ ) As Rectangle |
Visual C++ |
---|
public: static Rectangle BoundingRectangle( array<PointF>^ points ) |
Parameters
- points
- Type: array<System.Drawing..::..PointF>[]()[][]
The collection of points