Click or drag to resize

CvInvokecvMaxRect Method

http://www.emgu.com
Finds minimum area rectangle that contains both input rectangles inside

Namespace:  Emgu.CV
Assembly:  Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.1.1.3497 (4.1.1.3497)
Syntax
public static Rectangle cvMaxRect(
	Rectangle rect1,
	Rectangle rect2
)

Parameters

rect1
Type: System.DrawingRectangle
First rectangle
rect2
Type: System.DrawingRectangle
Second rectangle

Return Value

Type: Rectangle
The minimum area rectangle that contains both input rectangles inside
See Also