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

搜索资源列表

  1. 8.15 颜色拾取器

    0下载:
  2. 本程序实现了图像颜色的拾取,当鼠标点到的地方,在窗体的文本框中就会显示该象素的rgb值以及hsl值-realized by the color of the images picked up when the mouse to the point where, in the form of text box will show that the pixel value and the rgb values hsl
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:398.69kb
    • 提供者:小丹
  1. RGB_HSL

    0下载:
  2. 图像色彩空间RGB到HSL的转换Matlab程序。-images to RGB color space conversion Matlab HSL procedures.
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:1.88kb
    • 提供者:cnn
  1. 101259378luv_rgb_yuv_lab_space

    1下载:
  2. Convert a color image between color representations. B = COLORSPACE(S,A) converts the color representation of image A where S is a string specifying the conversion. S tells the source and destination color spaces, S = dest<-src , or alte
  3. 所属分类:Graph program

    • 发布日期:2017-03-22
    • 文件大小:4.49kb
    • 提供者:张灯结
  1. gray2rgb.ZIP

    0下载:
  2. Convert color images between RGB, YCbCr, HSV, HSL, CIE Lab, CIE Luv, CIE Lch, and more.
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-29
    • 文件大小:62.2kb
    • 提供者:龙鹏
  1. HSL

    0下载:
  2. 用于RGB到HSL,CMYK转换并调节的SDK函数代码-For RGB to HSL, CMYK conversion and regulation function SDK code
  3. 所属分类:Graph program

    • 发布日期:2017-04-01
    • 文件大小:4.62kb
    • 提供者:star
  1. RGBandHLS

    0下载:
  2. 本实验实现RGB颜色与HLS颜色的相互转换;在此实验中,定义了函数void HSLtoRGB(UINT hue, UINT sat, UINT light, BYTE &r, BYTE &g, BYTE &b)实现HSL向RGB转换;void CPaletteDlg::RGBtoHSL(BYTE r, BYTE g, BYTE b, UINT &hue, UINT &sat, UINT &light)实现RGB向HSL转换-Experimental realization of the R
  3. 所属分类:Graph Drawing

    • 发布日期:2017-05-12
    • 文件大小:2.74mb
    • 提供者:伟明
  1. HSL

    0下载:
  2. RGB转HSL 本程序将RGB值转换成HSL值。给出了具体的算法和程序源码-RGB to HSL values of the program will convert RGB values into HSL. Given the specific source of the algorithm and procedures
  3. 所属分类:Graph program

    • 发布日期:2017-04-01
    • 文件大小:2.78kb
    • 提供者:hccgh
  1. ColorTransform

    0下载:
  2. RGB色彩表示转换为HSL色彩表示,HSL色彩表示转换为RGB色彩表示-Said color conversion RGB color to HSL said, HSL color that is converted to RGB color that
  3. 所属分类:Graph program

    • 发布日期:2017-03-28
    • 文件大小:847.9kb
    • 提供者:殷润民
  1. rgb2hslandreverse

    0下载:
  2. change rgb to hsl and reverse
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-02
    • 文件大小:1.55kb
    • 提供者:tao gong
  1. colorspace

    0下载:
  2. 彩色空间模型转换程序RGB到YPbPr,YCbCr,YUV,YUV,YDbDr,JPEGYCbCr,HSV,HSL,XYZ,Lab,Luv,Lch-RGB color space model of the conversion process to YPbPr, YCbCr, YUV, YUV, YDbDr, JPEGYCbCr, HSV, HSL, XYZ, Lab, Luv, Lch
  3. 所属分类:Special Effects

    • 发布日期:2017-03-24
    • 文件大小:4.22kb
    • 提供者:彭庆
  1. colorspacezhuanhuan

    1下载:
  2. RGB,YCbCr,HSV,HSL,CIE等颜色空间转换 这个Matlab程序用于颜色空间的转换。可以在RGB, YPbPr, YCbCr, YUV, YIQ, YDbDr, JPEG-YCbCr, HSV, HSL, XYZ, CIE Lab (CIELAB), CIE Luv (CIELUV), and CIE Lch (CIELCH)等颜色空间中任意转换。-B = colorspace( dest<-src , A) converts image A from col
  3. 所属分类:Special Effects

    • 发布日期:2017-03-28
    • 文件大小:4.23kb
    • 提供者:李佳航
  1. ColorSpaceConverter

    1下载:
  2. 用于颜色空间的转换。可以在RGB, YPbPr, YCbCr, YUV, YIQ, YDbDr, JPEG-YCbCr, HSV, HSL, XYZ, CIE Lab (CIELAB), CIE Luv (CIELUV), and CIE Lch (CIELCH)等颜色空间中任意转换。 -The Matlab program used for color space conversion. In RGB, YPbPr, YCbCr, YUV, YIQ, YDbDr, JPEG-YCbCr,
  3. 所属分类:matlab

    • 发布日期:2017-04-06
    • 文件大小:142.41kb
    • 提供者:Matthew
  1. RGB

    0下载:
  2. 一个HSL色域到RGB色域的转换DLL,基于Visual Studio-A HSL color space to RGB color space conversion DLL, Visual Studio-based
  3. 所属分类:Special Effects

    • 发布日期:2017-04-03
    • 文件大小:9.59kb
    • 提供者:蔡暻煊
  1. image-show

    0下载:
  2. 获取图像的颜色空间数据。,RGB、HSl都能显示,以及获取图像的直方图。-Access to the image' s color space data. , RGB, HSl can show, as well as access to the histogram of the image.
  3. 所属分类:Other systems

    • 发布日期:2017-11-23
    • 文件大小:7.7kb
    • 提供者:fdy
  1. RGBTOHSL

    0下载:
  2. RGBTOHSL.rar has rgb to hsl in c++builderXE
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-16
    • 文件大小:85.02kb
    • 提供者:hassan
  1. HSL

    1下载:
  2. 可以实现RGB至HSL空间的转换,保证色彩不容易失真-RGB to HSL space conversion can be achieved to ensure that the color is not easy distortion
  3. 所属分类:ComboBox

    • 发布日期:2017-11-14
    • 文件大小:1.56kb
    • 提供者:姒绍辉
  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
    • 文件大小:46.66kb
    • 提供者:韩永恺
  1. HSL

    1下载:
  2. 用于RGB到HSL,CMYK转换并调节的SDK函数代码-For RGB to HSL, CMYK conversion and regulation function SDK code
  3. 所属分类:Graph program

    • 发布日期:2017-04-14
    • 文件大小:4.66kb
    • 提供者:erethe
  1. tiaojie-HSL

    1下载:
  2. 调节HSL函数,可用作RGB转HSL的调节,颜色追踪、-To adjust an HSL function, can be used for the regulation of RGB to turn an HSL, color tracking,
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:1.41kb
    • 提供者:neal
  1. changspace

    1下载:
  2. RGB颜色空间转换到HSL颜色空间,MATLAB编译(RGB color space is converted to HSL color space, MATLAB compilation)
  3. 所属分类:其他

    • 发布日期:2018-01-09
    • 文件大小:1kb
    • 提供者:星玥
« 12 »
搜珍网 www.dssz.com