Calculates vertices of the input 2d box.
Namespace:
Emgu.CVAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.0.1.0 (2.0.1.0)
Syntax
C# |
---|
public static void cvBoxPoints( MCvBox2D box, PointF[] pt ) |
Visual Basic (Declaration) |
---|
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