Method Union
- Namespace
- OpenCvSharp
- Assembly
- OpenCvSharp.dll
Union(Rect)
Gets a Rect structure that contains the union of two Rect structures.
public readonly Rect Union(Rect rect)
Parameters
rectRectA rectangle to union.
Returns
Union(Rect, Rect)
Gets a Rect structure that contains the union of two Rect structures.
public static Rect Union(Rect a, Rect b)