Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

5 anos atrás
5 anos atrás
5 anos atrás
5 anos atrás
123456789101112131415
  1. # VaporWaveArt
  2. The following code Vaporwaves an image. This code is purely artistic and has no other purpose.
  3. To run the code, run main.py in a python shell.
  4. The script requires opencv 3.3.1 and numpy.
  5. To use this code, download it and all of its folders. The program relies on the images in the folder "elements" and the
  6. haar cascades in in the folder "cascade". The repo contains a set of sample images that I found to work fairly well.
  7. To change the image being used, modify the code on line 215 in main.py (I'll make it command line read another date).
  8. The following link is a Medium article with an overivew of this project.
  9. https://medium.com/@theclassytim/computer-vision-for-vaporwave-art-32a330c827ee