You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Tim c563a2f98b forgot to remove a line of code that removes face glitch randomize 5 years ago
cascade first commit of vaporwave project 5 years ago
elements first commit of vaporwave project 5 years ago
testImgs first commit of vaporwave project 5 years ago
README.md Update README.md 5 years ago
main.py forgot to remove a line of code that removes face glitch randomize 5 years ago

README.md

VaporWaveArt

The following code Vaporwaves an image. This code is purely artistic and has no other purpose.

To run the code, run main.py in a python shell.

The script requires opencv 3.3.1 and numpy.

To use this code, download it and all of its folders. The program relies on the images in the folder “elements” and the haar cascades in in the folder “cascade”. The repo contains a set of sample images that I found to work fairly well.

To change the image being used, modify the code on line 208 in main.py.

The following link is a Medium article with an overivew of this project. https://medium.com/@theclassytim/computer-vision-for-vaporwave-art-32a330c827ee