This repository contains projects I made for the Digital Image class at Texas A&M University. I made all using Python. You can find more about the class and the projects in this link:
http://people.tamu.edu/~ergun/courses/viza654/20fall/projects/index.php
Image created from a function
Box blur
Motion blur
Original | Dilated |
Original | Eroded |
Edge
Filter | Input Image | Image as Filter | Result |
---|---|---|---|
Motion Blur | |||
Dilation |
See dithering.py
See seam_carving.py
Left Image | Right Image | Seaming |
---|---|---|
Original | Carved |
---|---|
See video.py
Ordered Dithering Video
Phong Shader Video
See gb_dithering.py
- numba
- numpy
- Pillow
- progress
- tqdm