搜索资源列表
transfer
- 色彩空间转换系统,利用C++语言编写。该系统可以实现图像在不同色彩模型下的相互转换,是图像处理中常用的源代码。可节省程序员编程的时间。-Color space conversion system using C++ languages. The system can be achieved in different images of each color model conversion, image processing is commonly used in the source code
color_space_transformation
- Transfer RGB image to all the other color space in the Matlab, like HSV, Lab and so on
Convey
- 色彩传递— 源图像的色彩分布传递给目标图像-Color Transfer- the source image is passed to the target image color distribution
targetimage
- 用MATLAB编写的图像颜色迁移的GUI界面,选目标图像和源图像就可以将源图像的颜色迁移到目标图像上。-Color images prepared using MATLAB GUI interface migration, select the target image and source images can be the source of color transfer to the target image.
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 environment debugging to achiev
Colorization
- 图像处理,利用图片间颜色的传输来合成一个新的图片,压缩包中有相关论文-Image processing, use of color transfer between images to synthesize a new image compression package and has published
colortransforn
- 3篇关于颜色传递的文献,里面详尽介绍了关于图像融合后处理改善图像视觉效果的颜色传递算法。-3 color transfer on the literature, which presented a detailed post-processing to improve image fusion on visual effect and the color transfer algorithm.
Transferring-color
- 色彩转移法为灰度图像上色。实现paper“Transferring color to grayscale image”, 通过纹理匹配,找出灰度图像与彩色图像之间的匹配区域,在对应区域进行颜色转移。压缩包内附函数说明。-Color to grayscale color transfer method. To achieve paper " Transferring color to grayscale image" , by texture matching, gray imag
colortransfer
- 利用彩色传递的方法实现彩色融合,可用于可见光和红外光的彩色融合。-color image fusion with color transfer.can fuse Visible image and infraed image
color-transfer
- 基于一阶统计特性的颜色迁移,将参考图像的颜色传输到目标图像-Order statistical properties of the color of the migration, the color of the reference image is transferred to the target image
Colortransform
- 是matlab写的Reinhard的颜色传输算法代码-Reinhard color transfer algorithm code matlab write
Color-Transfer-between-Images-matlab
- 自己编写的色彩传输算法。最基本的色彩转换算法。包含孙玉贵的C语言代码。-Write your own color transfer algorithm. The basic color conversion algorithm. Contains of Sun Yugui the C language code.
Quiz2
- 论文《Color Transfer Between Images》的算法实现,主要是图像色彩的转换。开发平台是VS2010.-Paper "Color Transfer Between Images" algorithm, the image color conversion.The development platform is VS2010.
colorTransfer
- 该源码为图像处理中图像亮度值的自动调节,通过LAB空间的直方图处理,达到提升图像亮度的目标。来自论文《Color transfer between images》-This code is designed for image intensity auto adjustment. Via process of histogram on LAB space, improve the image intensity. The algorithm is from paper 《Color transf
secaizhuanyi
- 运用openCV编写的C++图像色彩转移程序,原理是先转化到Lab图像,再保持L不变调整图像的a、b分量的均值跟方差。-Using openCV prepared C++ image color transfer process, the principle is first converted to Lab image, and then adjust the image to keep L constant a, b, with the mean variance component.
Color-transfer-between-images
- 非常经典的彩色转移算法的原文及源代码,是学习彩色转移必须看的。-The text of the classic color transfer algorithm and the source code, is the study of color transfer must see it.
Transferring-color
- Transferring color to greyscale images的原文及源代码,包括详细的测试图像以及相应的论文及源代码,是学习图像色采转移必看的经典内容。-Transferring color to greyscale images of the original text and source code, including detailed test image and the corresponding papers and source code is studying t
PCA_ColorTransfer
- 使用主成分分析法(PCA, Principal Component Analysis)进行颜色转换(Color Transfer)的Matlab程序-Function to implement the Color Transfer using PCA (Principal Component Analysis).
Color-Transfer-between-images
- 图像之间的颜色转移 Color Transfer between images 论文源码 可用-Color Transfer between images
color transfer
- color transfer between images论文实现(color transfer between images)