CvRectUnion Method (CvRect, CvRect) OpenCvSharp Class Library
Gets a CvRect structure that contains the union of two CvRect structures.

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public static CvRect Union(
	CvRect a,
	CvRect b
)

Parameters

a
Type: OpenCvSharpCvRect
A rectangle to union.
b
Type: OpenCvSharpCvRect
A rectangle to union.

Return Value

Type: CvRect

[Missing <returns> documentation for "M:OpenCvSharp.CvRect.Union(OpenCvSharp.CvRect,OpenCvSharp.CvRect)"]

See Also

Reference