CvInvokeBoxPoints Method (RotatedRect, IOutputArray) |
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 void BoxPoints(
RotatedRect box,
IOutputArray points
)
Public Shared Sub BoxPoints (
box As RotatedRect,
points As IOutputArray
)
public:
static void BoxPoints(
RotatedRect box,
IOutputArray^ points
)
static member BoxPoints :
box : RotatedRect *
points : IOutputArray -> unit
Parameters
- box
- Type: Emgu.CV.StructureRotatedRect
The box - points
- Type: Emgu.CVIOutputArray
The output array of four vertices of rectangles.
See Also