Get the minimum enclosing rectangle for this Box

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

Syntax

C#
public Rectangle MinAreaRect()
Visual Basic (Declaration)
Public Function MinAreaRect As Rectangle
Visual C++
public:
Rectangle MinAreaRect()

Return Value

The minimum enclosing rectangle for this Box

See Also