http://www.emgu.com
Assembly: Emgu.CV (in Emgu.CV.dll) Version: 2.3.0.1416 (2.3.0.1416)
Finds minimum area rectangle that contains both input rectangles inside
Namespace: Emgu.CVAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.3.0.1416 (2.3.0.1416)
Syntax
C# |
---|
public static Rectangle cvMaxRect( ref Rectangle rect1, ref Rectangle rect2 ) |
Visual Basic |
---|
Public Shared Function cvMaxRect ( _ ByRef rect1 As Rectangle, _ ByRef rect2 As Rectangle _ ) As Rectangle |
Visual C++ |
---|
public: static Rectangle cvMaxRect( Rectangle% rect1, Rectangle% rect2 ) |
Parameters
- rect1
- Type: System.Drawing..::..Rectangle%
First rectangle
- rect2
- Type: System.Drawing..::..Rectangle%
Second rectangle