Skip to content

Invidia19/image-auto-coloring

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

image-auto-coloring

Application of graph coloring for image coloring.

How to run: python main.py

Input: a genering black and white image used for coloring, example:
sample

Output: a random colored image, example:
sample

Improvements needed

  1. Algorithm for determining neighbour for each node is still very slow
  2. Thinning algorithm used, shorten some edges example:
    sample this then leads to a problem where the 2 nodes merges into one
  3. Input color-preferences

About

Application of graph coloring for image coloring.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published