scale_and_rotate_image

scale_and_rotate_image(im, angle=0.0, scale=None, order=5)[source]

Scale and then rotate and image in x, y axes

Applies scale then rotates

Parameters:
  • im – Image

  • angle – Angle in radians

  • scale – Scale [scale_x, scale_y]

  • order – Order of interpolation (0-5)

Returns: