📚 The CoCalc Library - books, templates and other resources
License: OTHER
Kernel: Python 3
In [ ]:
Exercise: Write an algorithm from scratch that will take an input image as an ndarray, and rotate it by degrees.
If you feel creative, you can also write code to magnify (zoom) the image.
You may need: http://en.wikipedia.org/wiki/Polar_coordinate_system
A (bad) solution is given below--but try it yourself before looking!
In [ ]:
Advanced challenge: rectifying an image
Rectify the tiles above.
In [ ]:
In [ ]: