delta.utilities.imrotate

delta.utilities.imrotate(frame: ndarray[Any, dtype[Any]], rotate: float) ndarray[Any, dtype[Any]]

Rotate image

Parameters
frameND numpy array of uint8/uint16/float/bool

Input image(s).

rotatefloat

Rotation angle, in degrees.

Returns
2D numpy array of floats

Rotated image