Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 608 Bytes

File metadata and controls

25 lines (16 loc) · 608 Bytes

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