Get the minimum area rectangle for this point sequence

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

Syntax

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

Parameters

stor
Type: Emgu.CV..::.MemStorage
The temporary storage to use

Return Value

The minimum area rectangle

See Also