Project
Drawing Gator
Vertical slicer
About the project
Drawing Gator
Senior Project
Drawing Gator is an electromechanical system that transforms any digital image (e.g png, jpg, bmp, jpeg) into a physical drawing on a vertical surface.
Below are some images from the project and the testing conducted while developing it.
Worked on
● I worked on the image processing pipeline converting every image into SVG using OpenCV, potrace and mkbitmap as my source.
● Each image was processed in grayscale and colors and each line was extracted to later be displayed both as an image and as an animation.
Built with
Python
PyQt6
OpenCV
Potrace
mkbitmap