Skip to content

Implementation of "Color Transfer between Images" by Reinhard et al.

License

Notifications You must be signed in to change notification settings

kamilsan/color-transfer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Image color transfer

Implementation of color transfer algorithm based on publication "Color Transfer between Images" by Erik Reinhard, Michael Ashikhmin, Bruce Gooch and Peter Shirley.

Build

$ cmake .
$ make -j8

Usage

$ ./color-transfer <image-to-transform> <image-style-source> <destination-image>

Where:

  • <image-to-transform> - path to source image to be colorized
  • <image-style-source> - path to image whose style will be transfered onto input image
  • <destination-image> - path where output image can be saved

Example:

$ ./color-transfer ./imgs/source_image.jpg ./imgs/source_style.jpg ./styled_image.png

About

Implementation of "Color Transfer between Images" by Reinhard et al.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published