Get the minimum area rectangle for this point sequence

Namespace: Emgu.CV
Assembly: Emgu.CV (in Emgu.CV.dll) Version: 2.2.0.1010 (2.2.0.1010)

Syntax

         
 C#  Visual Basic  Visual C++ 
public MCvBox2D GetMinAreaRect(
	MemStorage stor
)
Public Function GetMinAreaRect ( _
	stor As MemStorage _
) As MCvBox2D
public:
MCvBox2D GetMinAreaRect(
	MemStorage^ stor
)

Parameters

stor
MemStorage
The temporary storage to use

Return Value

The minimum area rectangle

See Also