Emgu CV Library Documentation
cvMaxRect Method (rect1, rect2)
NamespacesEmgu.CVCvInvokecvMaxRect(Rectangle%, Rectangle%)

www.emgu.com/wiki
Finds minimum area rectangle that contains both input rectangles inside
Declaration Syntax
C#Visual BasicVisual C++
public static Rectangle cvMaxRect(
	ref Rectangle rect1,
	ref Rectangle rect2
)
Public Shared Function cvMaxRect ( _
	ByRef rect1 As Rectangle, _
	ByRef rect2 As Rectangle _
) As Rectangle
public:
static Rectangle cvMaxRect(
	Rectangle% rect1, 
	Rectangle% rect2
)
Parameters
rect1 ( Rectangle %)
First rectangle
rect2 ( Rectangle %)
Second rectangle
Return Value
The minimum area rectangle that contains both input rectangles inside

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