Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.
Tim Chinenov be13ebc30a
Update README.md
pirms 5 gadiem
cascade first commit of vaporwave project pirms 5 gadiem
elements fix(main): use image returned from modification functions if necessary pirms 5 gadiem
testImgs first commit of vaporwave project pirms 5 gadiem
vaporwave fixed issues with face glitch pirms 5 gadiem
.flake8 chore(pip): add requirements.txt and Pipenv file pirms 5 gadiem
Pipfile chore(pip): add requirements.txt and Pipenv file pirms 5 gadiem
README.md Update README.md pirms 5 gadiem
main.py refactor: move logic into vaporwave module pirms 5 gadiem
requirements.txt chore(pip): add requirements.txt and Pipenv file pirms 5 gadiem

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. A image should appear. If you click ESC, the image will close. Clicking any other key will refresh the image.

To change the image being used, navigate to vaporwave/init.py and change the path on line 10.

Requirements

numpy==1.16.2 opencv-python==4.0.0.21

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.

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