Skip to content

Instantly share code, notes, and snippets.

@Nithilaa
Created October 28, 2021 06:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Nithilaa/a9ff127ab051aa920177a3bbb02e5566 to your computer and use it in GitHub Desktop.
Save Nithilaa/a9ff127ab051aa920177a3bbb02e5566 to your computer and use it in GitHub Desktop.
img_rotation = cv2.warpAffine(img, cv2.getRotationMatrix2D((cols/2, rows/2), 180, 0.6), (cols, rows))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment