cv.RotatedRect/RotatedRect - MATLAB File Help |
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 [width,height]
) and the rotation angle in
degrees.
The sample RotatedRect_demo.m
demonstrates how to use RotatedRect.