Click or drag to resize

Rect2dIntersect Method (Rect2d)

Determines the Rect2d structure that represents the intersection of two rectangles.

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntax
public Rect2d Intersect(
	Rect2d rect
)

Parameters

rect
Type: OpenCvSharpRect2d
A rectangle to intersect.

Return Value

Type: Rect2d
See Also