Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
the-wastl 8326bc4d27 refactor: move logic into vaporwave module 5 лет назад
cascade first commit of vaporwave project 5 лет назад
elements first commit of vaporwave project 5 лет назад
testImgs first commit of vaporwave project 5 лет назад
vaporwave refactor: move logic into vaporwave module 5 лет назад
.flake8 chore(pip): add requirements.txt and Pipenv file 5 лет назад
Pipfile chore(pip): add requirements.txt and Pipenv file 5 лет назад
README.md Update README.md 5 лет назад
main.py refactor: move logic into vaporwave module 5 лет назад
requirements.txt chore(pip): add requirements.txt and Pipenv file 5 лет назад

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 215 in main.py (I’ll make it command line read another date).

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