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
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.op_BitwiseAnd(OpenCvSharp.CPlusPlus.Rectf,OpenCvSharp.CPlusPlus.Rectf)"]
See Also