Color Transfer Method for Grayscale Image Colorization
Color transfer method for grayscale image colorization. This implementation is based on the paper "Transferring Color to Grayscale Images" and works by performing texture matching to identify corresponding regions between grayscale and color images, then transferring colors to matched areas. The code package includes detailed function documentation covering algorithm implementation and parameter specifications.