Can someone explain to me how you would extract a RotatedRect to a submatrix image. Basically, using something like cvSetImageROI to extract the inverted rectangular area from the image?
The Mat::operator()(const Rect& roi) only takes in a Rectangle not a RotatedRect.