Color_transfer_between_images using python and tkinter only 5 minutes

Опубликовано: 27 Июль 2026
на канале: New Knowledge for U
149
4

Implements color transfer between two images using the Lab color space, similar to the Reinhard et al. paper, "Color Transfer between Images
Super fast color transfer between images
To install, make sure you have installed NumPy and compiled OpenCV with Python bindings enabled.
using librares

#tkinter
#Imagetk
#pil
#simpledialog
#messagebox
#filedialog
#color_transfer
#numpy
#argparse
#cv2
#os
#time
#glob
#sys
#datetime




Source code :- https://github.com/harishkumawat2610/...