Emgu CV Library Documentation
GetMinAreaRect Method (stor)
NamespacesEmgu.CVSeq<(Of <(T>)>)GetMinAreaRect(MemStorage)

www.emgu.com/wiki
Get the minimum area rectangle for this point sequence
Declaration Syntax
C#Visual BasicVisual 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

Assembly: Emgu.CV (Module: Emgu.CV) Version: 1.5.0.0 (1.5.0.0)