Click or drag to resize

RotatedRectMinAreaRect Method

http://www.emgu.com
Get the minimum enclosing rectangle for this Box

Namespace:  Emgu.CV.Structure
Assembly:  Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.1.0.3408 (4.1.0.3408)
Syntax
public Rectangle MinAreaRect()

Return Value

Type: Rectangle
The minimum enclosing rectangle for this Box
See Also