Skip to content

Here, we implement (loosely) the color transfer algorithm mentioned in paper by Reinhard et al, 2001.

Notifications You must be signed in to change notification settings

shourya1997/Color-Transfer-Between-Images

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Color Transfer Between Images


Overview

Here, we implement (loosely) the color transfer algorithm in Color Transfer Between Images by Reinhard et al, 2001.

The paper utilizes the L x a x b x color space, the mean and the standard deviation of each of L(lightness), a(red=postive axis, green=negative axis) and b(blue=negative axis, yellow=postive axis) for the transfer of color from source to the target image.


Setup

This project has the following dependencies:

  • Python 3.5 or more
  • IPython Notebook
  • Numpy
  • OpenCV

Color Transfer Between Images

$ python color_transfer.py --source source.jpg --target target.jpg

Run Jupyter Notebook

$ jupyter notebook color_transfer.ipynb

About

Here, we implement (loosely) the color transfer algorithm mentioned in paper by Reinhard et al, 2001.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published