Get the minimum area rectangle for this point sequence

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

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