Template class for rotated rectangles specified by the center, size, and the rotation angle in degrees.
The class represents rotated (i.e. not up-right) rectangles on a plane. Each rectangle is specified by the center point (mass center), length of each side (represented by cv::Size2f structure) and the rotation angle in degrees.
..ocv:function:: RotatedRect::RotatedRect()
..ocv:function:: RotatedRect::RotatedRect(const Point2f& center, const Size2f& size, float angle)