Implementation of paper "Colorization using optimization"
Official site: https://www.cs.huji.ac.il/~yweiss/Colorization/
The code has been tested in python 3.6, ubuntu 18.04.
- numpy
- opencv-python
- scipy
- colorsys
- os
Modify variables that mentioned top of each code.
MkExample.py: Making own data for testing easily.
colorizatin.py: Implementation of paper.