CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 颜色空间转换

搜索资源列表

  1. colorpick_demo

    0下载:
  2. HSV颜色空间与RGB空间是应用相当广泛的两个颜色空间,但是计算机领域往往用的多的是RGB,如果想要利用HSV模型就需要做相应的公式转换,本源码就是做相应的HSV到RGB转换的C++程序,从程序里面可以分析出转换的公式。编译后可以得到一个颜色拾取控件。-HSV color space and RGB color space is the application of a wide range of two color space, but the computer field is used m
  3. 所属分类:Button control

    • 发布日期:2017-05-27
    • 文件大小:9892459
    • 提供者:Michael
  1. WindowsFormsApplication1

    0下载:
  2. 颜色空间转移:本代码演示了从RGB空间到CMY、HSV、HSL的转换方法-Color Space Transfer:This code demonstrates space from RGB to CMYK, HSB, HSL conversion method
  3. 所属分类:Special Effects

    • 发布日期:2017-03-31
    • 文件大小:47784
    • 提供者:韩永恺
  1. ColorConversion

    0下载:
  2. 各种颜色空间模型之间的相互转换。RGB,CMY,YIQ,XYZ,HSI之间的转化-A variety of color space conversion between the models. RGB, CMY, YIQ, XYZ, HSI conversion between
  3. 所属分类:Graph program

    • 发布日期:2017-04-09
    • 文件大小:3918
    • 提供者:rthqua
  1. exp2

    0下载:
  2. 将图像的颜色空间从RGB转换到HSV,并计算两幅图像的匹配程度-The image of the color space conversion from RGB to HSV, and calculate the matching degree of two images
  3. 所属分类:Graph program

    • 发布日期:2017-04-04
    • 文件大小:2207
    • 提供者:王小京
  1. New-Folder

    0下载:
  2. 实现hsi颜色空间到rgb颜色空间的转换,还有rgb到hsi的转换,-Achieve hsi color space to the rgb color space conversion
  3. 所属分类:Other systems

    • 发布日期:2017-04-13
    • 文件大小:1558
    • 提供者:包笑
  1. Lab-RGB

    0下载:
  2. RGB和Lab颜色空间互相转换Matlab代码,亲测,非常好-Codes to transfer between RGB and Lab color space. Perform perfectly
  3. 所属分类:Special Effects

    • 发布日期:2017-04-04
    • 文件大小:2130
    • 提供者:Cruise
  1. Cielab2CMS

    0下载:
  2. 将Lab空间转换为Color Mood Space颜色空间。可参考《Data-Driven Image Color Theme Enhancement》中的颜色转换公式。-Code transfer Lab color space to Color Mood Space color space. Please refer to Data-Driven Image Color Theme Enhancement for more details.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-16
    • 文件大小:3658462
    • 提供者:Cruise
  1. 22674394levelset-segmentation-vc

    0下载:
  2. 颜色空间的转换应用matlab编写的程序 很好用的程序-color space change use matlab wirite it is a good program
  3. 所属分类:assembly language

    • 发布日期:2017-04-17
    • 文件大小:53820
    • 提供者:祝贺
  1. colorPro

    0下载:
  2. 用C#编写的支持多种格式的彩色图像空间转换程序,从RGB空间转换到HSI空间,并可以任意调整各颜色分量大小。-C# prepared to support a variety of formats to convert a color image space program, space conversion from RGB to HSI space, and can be adjusted for each color component size.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-04
    • 文件大小:70720
    • 提供者:Judger
  1. colpiccut

    0下载:
  2. 将颜色信息由RGB空间转换到Lab空间,利用ab分量的信息(颜色)对图像进行基于Kmean的聚类分割。-The color space conversion from RGB information Lab space, using the ab component information (color) image segmentation based clustering Kmean.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-06
    • 文件大小:744
    • 提供者:ckk
  1. color-space-change

    0下载:
  2. rgb颜色空间与hsi、lab和yuv等颜色空间的转换,均为matlab语言编写,可以直接调用-rgb color space with hsi, lab and yuv such as color space conversion, both matlab language, you can directly call
  3. 所属分类:Special Effects

    • 发布日期:2017-04-14
    • 文件大小:3839
    • 提供者:sea
  1. white-balance

    0下载:
  2. matlab写的 处理图片白平衡的三种方法 第一种,选取图片中最亮的点作为white 第二种,手动选取任一点作为white 第三种,求RGB的平均作为white 其中包含了rgb xyz等空间转换代码,有CAT02, 和VK chromatic adaptation transforms 适合颜色科学相关专业-1. the brightest object in the imge is just white. 2. select a white object from
  3. 所属分类:Special Effects

    • 发布日期:2017-04-01
    • 文件大小:319525
    • 提供者:mcm
  1. MyRGB2HSI

    0下载:
  2. 自己实现的rgb到hsi的转换函数,能够实现将rgb图像数据转换为hsi颜色空间的图像数据-Rgb to hsi own implementation of the conversion function
  3. 所属分类:Special Effects

    • 发布日期:2017-04-04
    • 文件大小:29579
    • 提供者:axis
  1. JPEGsource_code

    0下载:
  2. JPEG采用的是YCrCb颜色空间,而BMP采用的是RGB颜色空间,要想对BMP图片进行压缩,首先需要进行颜色空间的转换。YCrCb颜色空间中,Y代表亮度,Cr,Cb则代表色度和饱和度(也有人将Cb,Cr两者统称为色度),三者通常以Y,U,V来表示-JPEG is used in YCrCb color space, and BMP is used in RGB color space, to compress the BMP image, we need to perform color s
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-25
    • 文件大小:371108
    • 提供者:sdf3
  1. quwu

    0下载:
  2. 简单的去雾算法,涉及颜色空间的转换,直方图自适应均衡,效果还是不错-Simple algorithm to fog involving color space conversion, adaptive histogram equalization, the effect is good
  3. 所属分类:Special Effects

    • 发布日期:2017-04-11
    • 文件大小:539
    • 提供者:王小二
  1. YCbCr-to-RGB[Verilog]

    1下载:
  2. 这是基于FPGA平台的图像颜色色彩空间转换YCbCr to RGB 采用的Verilog语言 -This is image color space conversion YCbCr color based on FPGA platform to RGB use Verilog language.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-17
    • 文件大小:139709
    • 提供者:大海
  1. RGB-to-YCbCr[Verilog]

    1下载:
  2. 基于FPGA平台的颜色色彩空间转换 RGB to YCbCr-Based on the FPGA platform color RGB to YCbCr color space transformation
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-24
    • 文件大小:63900
    • 提供者:大海
  1. RGB2YIQ

    0下载:
  2. 将一幅图像颜色分布从RGB空间转换到YIQ空间,然后再YIQ空间下进行显示图像-Image for RGB color space was transformed into YIQ color space
  3. 所属分类:Picture Viewer

    • 发布日期:2017-04-24
    • 文件大小:140088
    • 提供者:ella
  1. skindect

    0下载:
  2. 在彩色空间中,皮肤颜色的分布较为集中,与其他景物颜色间有较好的可区分性,可以用模型描述或对样本进行学习的方法加以判别。图像中皮肤颜色的差异主要由光照引起,在检测中只考虑色度信息,就可以减少光照的影响,使肤色的分布更趋集中。通过检测皮肤区域,可以缩小人脸的搜索范围,提高检测速度。HSV空间是RGB空间的非线性变换,它将原本相关性很强的R、G、B值转换为相关性较弱的H、S、V值,H和S分量与人感受色彩的方式相一致。HSV颜色空间可以用一个圆锥空间模型来描述.-In the color space,
  3. 所属分类:Special Effects

    • 发布日期:2017-05-09
    • 文件大小:1890757
    • 提供者:xc
  1. Image-Color-Space

    0下载:
  2. 图像常用颜色空间相互转换matlab源码-Images used matlab source color space conversion
  3. 所属分类:Special Effects

    • 发布日期:2017-04-26
    • 文件大小:172431
    • 提供者:王峰
« 1 2 ... 5 6 7 8 9 1011 12 13 »
搜珍网 www.dssz.com