Closed idiotWu closed 3 years ago
This PR added the following attributes to the RotatedRect interface as per cv::RotatedRect class reference:
RotatedRect
interface RotatedRect { angle: number; center: Point; size: Size; }
This PR added the following attributes to the
RotatedRect
interface as per cv::RotatedRect class reference: