Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

How to find if two rotated rectangles overlapped ?

Hi guys, i have already created rotated rect for my connected components. From this given image :

rotated rectangles

we know that there are overlapped rotated rectangles. So, how do i check if two rectangles are overlapped ? because in cv::Rect we know that we could use & operator. Thanks.