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