Progressive Histogram Reshaping for Creative Color Transfer and Tone Reproduction

Progressive Histogram Reshaping for Creative Color Transfer and Tone Reproduction_第1张图片

 

 Progressive Histogram Reshaping for Creative Color Transfer and Tone Reproduction_第2张图片Progressive Histogram Reshaping for Creative Color Transfer and Tone Reproduction_第3张图片

Progressive Histogram Reshaping for Creative Color Transfer and Tone Reproduction_第4张图片

http://www.cs.bris.ac.uk/Publications/pub_master.jsp?id=2001184

http://taniapouli.co.uk/research.html

matlab code:http://taniapouli.co.uk/research/hist_reshape/hist_reshaping_src.zip

Isrc=double(imread('purple.png'))/255;
Itarget=double(imread('plant.jpg'))/255;
Iout = hierarchy(Isrc, Itarget, 1);

figure,imshow(Isrc);
figure,imshow(Itarget);
figure,imshow(Iout);


 

你可能感兴趣的:(Progressive Histogram Reshaping for Creative Color Transfer and Tone Reproduction)