Skip to content

Implementing 2D line transformations using matrix multiplication and a basic line scan-conversion algorithm.

Notifications You must be signed in to change notification settings

rdpett99/2D-Transformations

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Implementing 2D line transformations using matrix multiplication and a basic line scan-conversion algorithm.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages