Click or drag to resize

CvInvokeMinAreaRect Method (PointF)

http://www.emgu.com
Find the bounding rectangle for the specific array of points

Namespace:  Emgu.CV
Assembly:  Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.1.1.3497 (4.1.1.3497)
Syntax
public static RotatedRect MinAreaRect(
	PointF[] points
)

Parameters

points
Type: System.DrawingPointF
The collection of points

Return Value

Type: RotatedRect
The bounding rectangle for the array of points
See Also