rotate

seas.video.rotate(array: numpy.ndarray, n: int)numpy.ndarray[source]

Rotate an image or video n times counterclockwise.

Parameters
  • array – The array to rotate.

  • n – The number of counterclockwise rotations.

Returns

The array after rotation.

Return type

array