Colour transfer algorithm based on linear Monge-Kantorovitch solution
This code is a direct reimplementation of this previous MATLAB code:
https://github.com/frcs/colour-transfer/blob/master/colour_transfer_MKL.m
We also use the same demo image here, for a direct comparison.
input ref | input target |
Linear Monge-Kantorovitch solution in RGB space |
python demo.py
The output image will overwrite result_MKL.png