CvInvokeBoxPoints Method (RotatedRect) |
http://www.emgu.com
Calculates vertices of the input 2d box.
Namespace: Emgu.CVAssembly: Emgu.CV (in Emgu.CV.dll) Version: 3.0.0.2161 (3.0.0.2161)
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