Skip to content

Image to wave art converter using python with the help of OpenCV & Numpy modules

Notifications You must be signed in to change notification settings

ErmiasBahru/wave-art

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

wave art

Generate wave art for an image.

Requirements:

  • OpenCV pip install opencv-python
  • Numpy pip install numpy

Usage

python main.py [-h] --image_path IMAGE_PATH [--patch_size PATCH_SIZE]

Example Usage

python main.py --image_path elon.jpg --patch_size 10

Output:

Info:

The patch_size may be changed to obtain better results. Generally, values of 10, 15 or 20 work better.

give me ⭐ if you like my project!

About

Image to wave art converter using python with the help of OpenCV & Numpy modules

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages