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.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
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