cv.rotate - MATLAB File Help |
Rotates a 2D array in multiples of 90 degrees
dst = cv.rotate(src, rotateCode)
src
. The size is the same with
'180', and the rows and cols are switched for '90CW' and '90CCW'.The function cv.rotate rotates the array in one of three different ways:
rotateCode = '90CW'
).rotateCode = '180'
).rotateCode = '90CCW'
).