搜索资源列表
grayscaltransform
- 一个简单的色彩迁移程序,可以顺利的实现对灰度图像的上色,程序编译通过,有较好的效果-a simple relocation process color, the smooth realization of the right color to grayscale images, compiler, better results
colortransform
- 一个较好的色彩迁移程序,包含welsh上色算法-a better color migration procedures, including welsh color algorithm
grayscaltransform
- 一个简单的色彩迁移程序,可以顺利的实现对灰度图像的上色,程序编译通过,有较好的效果-a simple relocation process color, the smooth realization of the right color to grayscale images, compiler, better results
colortransform
- 一个较好的色彩迁移程序,包含welsh上色算法-a better color migration procedures, including welsh color algorithm
gray2rgb
- 将颜色图像的色彩迁移到灰度图像中,采用的算法为welsh算法,有较好的效果;该程序是在VC++6.0的环境下调试实现的,能将颜色图像的颜色较好的迁移到灰度图像中.-Migration of the color image to gray image in color, using the algorithm for the welsh algorithm, better results the program in VC++6.0 e
colorTransfer
- 用Reinhard算法实现了图像之间色彩的迁移,程序为Reinhard.m;并对该算法进行了改进,程序为Reinhard improved.m-color transfer using Reinhard method.
JiangOnlyQianyi
- 基于MFC单文档的图像色彩迁移程序。先打开一张图像然后点Reihard打开另一张图像,便可以把第二张图像的色彩信息传给第一张。-Migration process, MFC single document-based image color. First open an image then the point Reihard to open another image, the color information of the sec
gray2rgb
- welsh灰度色彩迁移算法,将灰度图片按照样本图片色彩进行上色。matlab M文件 可直接使用
colorTransfer
- 用Reinhard算法实现了图像之间色彩的迁移,程序为Reinhard.m;并对该算法进行了改进,程序为 Reinhard improved.m
emotion-transfer-master
- 使用matlab实现基于情感的色彩迁移技术源码-Using matlab realize the emotional color based migration technology Source
色彩迁移
- 本文根据Reinhard的颜色传输算法和Welsh的灰度图像彩色化算法的不足,提出了一种基于象素空间相关性的灰度图像彩色化算法,该算法经过像素匹配,Welsh改进和分块处理和自身校正等过程,实现了灰度图像彩色化。实验结果对比证明,该算法比Welsh算法在处理速度上更快,还原效果更好。