CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - color transfer

搜索资源列表

  1. Color transfer陽春版

    0下载:
  2. 來源影像套用目標影像的特徵使的來源影像變成具備目標影像特色的影像-imaging characteristics of the target image so the source image has become the target video imaging characteristics
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:580522
    • 提供者:傅國欽
  1. Color-transfer

    0下载:
  2. 颜色转换,Reinhard等人的经典算法-Color conversion, Reinhard with the classic algorithm
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-03-25
    • 文件大小:382172
    • 提供者:李莫愁
  1. PCA

    0下载:
  2. 主成分分析代码, 可以用于图像压缩等等,也叫PCAH或者KL变换-PCA or K_L transfer
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-29
    • 文件大小:1221
    • 提供者:周峰
  1. transfer

    0下载:
  2. 色彩空间转换系统,利用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
  3. 所属分类:Special Effects

    • 发布日期:2017-04-11
    • 文件大小:1452
    • 提供者:jiayudu
  1. color_transfer

    1下载:
  2. This is a matlab code for transfer of color from source image to target image. Details are in colormatch.m
  3. 所属分类:matlab例程

    • 发布日期:2017-04-12
    • 文件大小:14498
    • 提供者:ruchir
  1. color_space_transformation

    0下载:
  2. Transfer RGB image to all the other color space in the Matlab, like HSV, Lab and so on
  3. 所属分类:2D Graphic

    • 发布日期:2017-03-30
    • 文件大小:2678
    • 提供者:Ying
  1. Convey

    0下载:
  2. 色彩传递— 源图像的色彩分布传递给目标图像-Color Transfer- the source image is passed to the target image color distribution
  3. 所属分类:Special Effects

    • 发布日期:2017-04-01
    • 文件大小:1209
    • 提供者:llwxs
  1. targetimage

    1下载:
  2. 用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.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2017-03-30
    • 文件大小:28621
    • 提供者:李申燕
  1. colortransforms

    0下载:
  2. 一個完整的color transfer範例,由microsoft visual studio 3.1所撰寫成的,可執行於pc平台與xbox360機台。-A complete color transfer example, relegated from the Microsoft visual studio 3.1 written, runs on PC and xbox360 platform machine.
  3. 所属分类:GUI Develop

    • 发布日期:2017-04-06
    • 文件大小:511572
    • 提供者:王國維
  1. gray2rgb

    1下载:
  2. 将颜色图像的色彩迁移到灰度图像中,采用的算法为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
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2017-04-12
    • 文件大小:61310
    • 提供者:小路
  1. LocalColorTransfer

    0下载:
  2. 图像之间的颜色传输有效地利用了图像的基本统计信息,该文提出了一种基于图像的简单统计信息和梯度域信息的局部颜色迁移算法.算法提供了简单易用的操作界面,用户可以画线来指定对应的局部区域;由于采用了图像自身的梯度域信息,颜色迁移过程可以很好的保持源图像的颜色细节;还可以简单推广到灰度图上色问题,有效提高了灰度图上色速度.各种实验结果表明,该算法较好的实现了源图像和目标图像的局部区域颜色对应,可以方便而有效地表达用户的意图,生成具有较好视觉效果的真实自然的新图像.-Color transfer betw
  3. 所属分类:software engineering

    • 发布日期:2017-03-28
    • 文件大小:344160
    • 提供者:小路
  1. colortransforn

    0下载:
  2. 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.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-09
    • 文件大小:1966151
    • 提供者:awake
  1. colorTransfer

    1下载:
  2. 用Reinhard算法实现了图像之间色彩的迁移,程序为Reinhard.m;并对该算法进行了改进,程序为Reinhard improved.m-color transfer using Reinhard method.
  3. 所属分类:matlab

    • 发布日期:2017-04-09
    • 文件大小:1123328
    • 提供者:火箭工程师
  1. Transferring-color

    1下载:
  2. 色彩转移法为灰度图像上色。实现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
  3. 所属分类:Special Effects

    • 发布日期:2017-05-16
    • 文件大小:4395008
    • 提供者:
  1. color-transfer

    0下载:
  2. 基于一阶统计特性的颜色迁移,将参考图像的颜色传输到目标图像-Order statistical properties of the color of the migration, the color of the reference image is transferred to the target image
  3. 所属分类:Special Effects

    • 发布日期:2017-11-08
    • 文件大小:1379
    • 提供者:xiaoyu
  1. Color-Transfer-between-images

    0下载:
  2. 彩色图像的颜色转移算法的实现,针对颜色简单的图像具有很好的效果。-The color of the color image transfer algorithm implementation, simple color image has a good effect.
  3. 所属分类:CSharp

    • 发布日期:2017-11-05
    • 文件大小:71667
    • 提供者:朱娇
  1. Color-Transfer-between-Images-matlab

    0下载:
  2. 自己编写的色彩传输算法。最基本的色彩转换算法。包含孙玉贵的C语言代码。-Write your own color transfer algorithm. The basic color conversion algorithm. Contains of Sun Yugui the C language code.
  3. 所属分类:Special Effects

    • 发布日期:2017-11-07
    • 文件大小:10055319
    • 提供者:
  1. Color-transfer-between-images

    0下载:
  2. 非常经典的彩色转移算法的原文及源代码,是学习彩色转移必须看的。-The text of the classic color transfer algorithm and the source code, is the study of color transfer must see it.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-13
    • 文件大小:3283713
    • 提供者:lzhang
  1. Color-Transfer-between-images

    0下载:
  2. 图像之间的颜色转移 Color Transfer between images 论文源码 可用-Color Transfer between images
  3. 所属分类:Special Effects

    • 发布日期:2017-05-27
    • 文件大小:10092933
    • 提供者:zcc
  1. color transfer

    0下载:
  2. color transfer between images论文实现(color transfer between images)
  3. 所属分类:图形图像处理

    • 发布日期:2018-05-01
    • 文件大小:139264
    • 提供者:ken0406zero
« 12 3 4 5 »
搜珍网 www.dssz.com