mottc / ColorTransfer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

color_transfer

Requirements

  • OpenCV
  • NumPy

Results

res_a res_b

How to use

python color_transfer.py -o (path of your origin image) -r (path of your reference image) -g (path of your generated image)

for example:

python color_transfer.py -o ./images/a.jpg -r ./images/b.jpg -g new.jpg

About


Languages

Language:Python 100.0%