-
Notifications
You must be signed in to change notification settings - Fork 0
Description
There is a reference here to “A Web App Implementation for Image Colour Transfer”.
This WebApp is roughly based upon the C++ algorithm here.
https://github.com/TJCoding/Enhanced-Image-Colour-Transfer-2
A Python version (enhance2.py) of this algorithm is now available here.
https://github.com/minh-nguyenhoang/Enhanced-Image-Colour-Transfer-2
This could be added to your Models Library. Arguably, it should be added to your library since it demonstrably outperforms at least some of the current algorithms within the library. I think you will find that the ‘Enhanced Reinhard’ method is by definition an improvement upon the basic method. You can verify this by exercising the Web App here, which allows a direct comparison.
http://www.dustfreesolutions.com/CT/CT.html.