Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 316 Bytes

File metadata and controls

8 lines (7 loc) · 316 Bytes

2D-Transformations

Implementing 2D line transformations using matrix multiplication and a basic line scan-conversion algorithm. In order to run the main program, you must have a version of Python that is 3.6+ and have NumPy and Pillow installed.

pip3 install --upgrade numpy
pip3 install --upgrade Pillow