Skip to content

Color Transfer between Images in a correlated color space

Notifications You must be signed in to change notification settings

AissamDjahnine/ColorTransfer

Repository files navigation

Color Transfer

Color Transfer between Images in a correlated colour space ( RGB ) in Matlab (python code is available)

Getting Started & Prerequisites :

Matlab Versions and Libraries :

  • You need a MATLAB license and an install of MATLAB (No Matlab toolboxes should be required for this program).

Execution & tests

  • The main program ColorTransferDemo uses :

         function est_im = Color_Transfer_CCS(source,target)
    

Arguments :

  • Source Image

  • Target Image

Output :

  • Result Image

Test folders :

  • Uses some examples files in Example folders :

         Im_target = imread('Example1/target.jpg');
         Im_source = imread('Example1/source.jpg');
    

Test & Results :

FLower color Transfer :

Target Source Result

Autumn House color Transfer :

Target Source Result

Autumn-spring color Transfer :

Target Source Result

Joy Garden color Transfer :

Target Source Result

Documentation & ressources :

About

Color Transfer between Images in a correlated color space

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published