RectfIntersect Method (Rectf, Rectf) OpenCvSharp Class Library
Determines the CvRect structure that represents the intersection of two rectangles.

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

public static Rectf Intersect(
	Rectf a,
	Rectf b
)

Parameters

a
Type: OpenCvSharp.CPlusPlusRectf
A rectangle to intersect.
b
Type: OpenCvSharp.CPlusPlusRectf
A rectangle to intersect.

Return Value

Type: Rectf

[Missing <returns> documentation for "M:OpenCvSharp.CPlusPlus.Rectf.Intersect(OpenCvSharp.CPlusPlus.Rectf,OpenCvSharp.CPlusPlus.Rectf)"]

See Also

Reference