Click or drag to resize

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)
Syntax
public static void BoxPoints(
	RotatedRect box,
	IOutputArray points
)

Parameters

box
Type: Emgu.CV.StructureRotatedRect
The box
points
Type: Emgu.CVIOutputArray
The output array of four vertices of rectangles.
See Also