Browse Source

Create README.md

pull/1/head
Tim Chinenov 5 years ago
parent
commit
0838b80c96
No account linked to committer's email address
1 changed files with 12 additions and 0 deletions
  1. +12
    -0
      README.md

+ 12
- 0
README.md View File

@@ -0,0 +1,12 @@
# 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.

Loading…
Cancel
Save