Skip to content

Implementation of "Color transfer between images" [Reinhard 2001].

Notifications You must be signed in to change notification settings

rinsa318/color-transfer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

color-transfer

Implementation of "Color transfer between images" [1]. My immplementation is based on this blog[2]. I'm also using same style images that used in above blog.

Environment

Ubuntu 18.04
Python3.6(Anaconda3-5.2.0)

Dependency

  • OpenCV3
  • numpy
  • sys
  • os

Usage

python main.py argvs[1] argvs[2] 

--> 
argvs[1]  :  path to style image   
argvs[2]  :  path to target image

References

[1] Reinhard, Erik, et al. "Color transfer between images." IEEE Computer graphics and applications 21.5 (2001): 34-41. [Paper]

[2] Adrian's blog

About

Implementation of "Color transfer between images" [Reinhard 2001].

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published