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