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.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
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