http://www.emgu.com
Assembly: Emgu.CV (in Emgu.CV.dll) Version: 2.3.0.1416 (2.3.0.1416)
Calculates vertices of the input 2d box.
Namespace: Emgu.CVAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.3.0.1416 (2.3.0.1416)
Syntax
C# |
---|
public static void cvBoxPoints( MCvBox2D box, PointF[] pt ) |
Visual Basic |
---|
Public Shared Sub cvBoxPoints ( _ box As MCvBox2D, _ <OutAttribute> pt As PointF() _ ) |
Visual C++ |
---|
public: static void cvBoxPoints( MCvBox2D box, [OutAttribute] array<PointF>^ pt ) |
Parameters
- box
- Type: Emgu.CV.Structure..::..MCvBox2D
The box
- pt
- Type: array<System.Drawing..::..PointF>[]()[][]
An array of size 4 points