[go: up one dir, main page]

Skip to content
This repository has been archived by the owner on Aug 21, 2024. It is now read-only.
/ rotate Public archive

A programming mini-project @ Aalborg University

License

Notifications You must be signed in to change notification settings

kuff/rotate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rotate

This code was developed as an assignment regarding Image Processing. The purpose was to developed a custom image rotation algorithm capable of taking in any image and any number of degrees and then outputting the same image, rotated by the specified number of degrees. The code had to also rotate the input image around a given point (x,y). In addition to this, I implemented the ability to rotate the image in both clockwise and counter-clockwise directions. The code was developed for Python 3.6.9 and requires a compatible install of OpenCV to work.

EXAMPLE Figure: On the left is the custom image rotation algorithm implemented here, and on the right side is an external library method as comparison.

Releases

No releases published

Packages

No packages published

Languages