Click or drag to resize

CvInvokeMinAreaRect Method (IInputArray)

http://www.emgu.com
Finds a rotated rectangle of the minimum area enclosing the input 2D point set.

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(
	IInputArray points
)

Parameters

points
Type: Emgu.CVIInputArray
Input vector of 2D points

Return Value

Type: RotatedRect
a circumscribed rectangle of the minimal area for 2D point set
See Also