Project 2
The Neon Image Converter
Jones, Jonathan
This program takes in an image and transforms it into an abstract neon image according to the image’s contours. The resulting image will be different for 2 consecuitive runs with the program since many random numbers are used in generating the final output.
After running the program with the provided example image, you will get a result that is similar to the one below (but not exactly the same).
The source code for this program is also hosted on GitHub at the following link:
https://github.com/jjones646/mkneon
Extracting the contour lines out of an image is heavily based on snippets of code from Adrian Rosebrock’s blog post that can be found here:
http://www.pyimagesearch.com/2016/04/11/finding-extreme-points-in-contours-with-opencv