Click or drag to resize

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)
Syntax
public static PointF[] BoxPoints(
	RotatedRect box
)

Parameters

box
Type: Emgu.CV.StructureRotatedRect
The box

Return Value

Type: PointF
The four vertices of rectangles.
See Also