Color Transfer between Images in a correlated colour space ( RGB ) in Matlab (python code is available)
Matlab Versions and Libraries :
- You need a MATLAB license and an install of MATLAB (No Matlab toolboxes should be required for this program).
-
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');
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 |
---|---|---|
- You can find the article supporting this work in files : Color Transfer By Aissam Djahnine explaining the color transfer algorithm.