Click or drag to resize

Rect2dBitwiseOr Operator

Gets a Rect2d structure that contains the union of two Rect2d structures.

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntax
public static Rect2d operator |(
	Rect2d a,
	Rect2d b
)

Parameters

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

Return Value

Type: Rect2d
See Also