Playing with Rob

Art
Side Project
Vision
Learning about edge detection algorithms
Author

Johannes Tomasoni

Published

June 1, 2014

View On GitHub

ImageProcessor

EdgeProcessor

The program was written in June 2014 and cleaned up a bit in 2019. It was a small private side project to try out some image processing techniques and learn about edge detection. The code is writen in Java (I didn’t know much about Python or cv2 in 2014). The code is rather slow and memory consuming.

The algorithm was used by my brother and me in August 2016 in an art project.

How to run

Put a picture in the pix folder (e.g. Test.jpg). Run App.class Test.jpg. The generated pictures will be placed in the pix folder. Use small image sizes only due to memory consumption.

Red dots: start/end point of an edge

Example

Input:

Output:

Mixed: