Determines the CvRect structure that represents the intersection of two rectangles.
Namespace: OpenCvSharp
Assembly: OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
Parameters
- a
- Type: OpenCvSharpCvRect
A rectangle to intersect. - b
- Type: OpenCvSharpCvRect
A rectangle to intersect.
Return Value
Type: CvRect[Missing <returns> documentation for "M:OpenCvSharp.CvRect.Intersect(OpenCvSharp.CvRect,OpenCvSharp.CvRect)"]
See Also