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.0.1.3373 (4.0.1.3373)
Syntax
public Rectangle MinAreaRect()

Return Value

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