CvInvokeBoxPoints Method (RotatedRect) |
http://www.emgu.com
Calculates vertices of the input 2d box.
Namespace:
Emgu.CV
Assembly:
Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.1.1.3497 (4.1.1.3497)
Syntaxpublic static PointF[] BoxPoints(
RotatedRect box
)
Public Shared Function BoxPoints (
box As RotatedRect
) As PointF()
public:
static array<PointF>^ BoxPoints(
RotatedRect box
)
static member BoxPoints :
box : RotatedRect -> PointF[]
Parameters
- box
- Type: Emgu.CV.StructureRotatedRect
The box
Return Value
Type:
PointFThe four vertices of rectangles.
See Also