Click or drag to resize

Cv2RotatedRectangleIntersection Method

Overload List
  NameDescription
Public methodStatic memberRotatedRectangleIntersection(RotatedRect, RotatedRect, OutputArray)
Finds out if there is any intersection between two rotated rectangles. If there is then the vertices of the interesecting region are returned as well. Below are some examples of intersection configurations. The hatched pattern indicates the intersecting region and the red vertices are returned by the function.
Public methodStatic memberRotatedRectangleIntersection(RotatedRect, RotatedRect, Point2f)
Finds out if there is any intersection between two rotated rectangles. If there is then the vertices of the interesecting region are returned as well. Below are some examples of intersection configurations. The hatched pattern indicates the intersecting region and the red vertices are returned by the function.
Top
See Also