搜索资源列表

  1. matlab 图像彩色空间转换RGB,LUV,XYZ,LAB

    0下载:
  2. 用matlab实现图像彩色空间RGB,LUV,XYZ,LAB之间的转换-Image RGB color space, LUV, XYZ, the conversion between the LAB
  3. 所属分类:2D图形编程

    • 发布日期:2024-06-03
    • 文件大小:14336
    • 提供者:
  1. 色盘算法

    0下载:
  2. java写的非常棒的色彩盘!有CMYK、LAB、RGB几种模式-wrote wonderful color set! A CMYK, LAB, RGB several models!
  3. 所属分类:绘图程序

    • 发布日期:2024-06-03
    • 文件大小:18432
    • 提供者:黄清
  1. 肤色分割的matlab源代码

    0下载:
  2. RGB色彩空间转换为Ycbcr色彩空间并进行非线性变换后判别肤色 仅供大家参考-RGB color space conversion to Ycbcr color space and nonlinear transformation discriminant color only reference! !
  3. 所属分类:matlab例程

    • 发布日期:2024-06-03
    • 文件大小:1024
    • 提供者:吴俊良
  1. Lab526-VideoRGB

    0下载:
  2. 这是一个视频图像处理程序,色彩空间变换,运用公式可以将ycbcr变换为rgb彩色系统象素-This is a video image processing, color space conversion, the formula can be used to transform RS system for the rgb color pixels
  3. 所属分类:DSP编程

    • 发布日期:2024-06-03
    • 文件大小:243712
    • 提供者:李华
  1. scielab1-1-1

    0下载:
  2. RGB空间转换到SCIE空间,可以模拟彩色图像在不同距离下的表现-space conversion of RGB SCIE space can simulate color images at different from the performance
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-06-03
    • 文件大小:250880
    • 提供者:adf
  1. Color_Conversion_Algorithms_cold

    0下载:
  2. Color Conversion Algorithms.• RGB to HSV & HSV to RGB • RGB to YIQ & YIQ to RGB • RGB to XYZ & XYZ to RGB • XYZ to CIE L*a*b* (CIELAB) & CIELAB to XYZ • XYZ to CIELUV & CIELUV to XYZ-Co
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-06-03
    • 文件大小:39936
    • 提供者:大海
  1. takikoyx_yuv2rgb

    0下载:
  2. 自己写的,在matlab环境下将yuv图像转为rgb文件,可适用于444,422,420的格式.-wrote it myself, in the Matlab environment will yuv rgb images to documents, applicable to the 444, 422,420 format.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-06-03
    • 文件大小:1024
    • 提供者:连早喻
  1. ColorTransformRGB-LAB

    0下载:
  2. 自己写的很实用的色彩空间转换程序: 在色彩空间的正向转换中(RGB----->Lab),用的是九级均匀分割建模 在色彩空间的反向转换中(Lab----->RGB),用的是多项式(20项)回归的方法! 二十项多项式: p(x,y,z)=a0+a1*x+a2*y+a3*z+a4*x*y+a5*y*z+a6*x*z+a7*x^2+a8*y^2+a9*z^2+a10*x*y*z+a11*x^3+a12*y^3-hi
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-06-03
    • 文件大小:124928
    • 提供者:思根
  1. colorspacetransform

    0下载:
  2. RGB, YCbCr, HSV, HSL, CIE Lab, CIE Luv, CIE Lch等颜色空间相互转化的matlab实现。 -RGB, YCbCr, HSV, HSL, CIE Lab, CIE Luv, Lch CIE color space such as conversion of the Implementation of Matlab.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-06-03
    • 文件大小:48128
    • 提供者:康康
  1. CIE

    0下载:
  2. CIE中各色域空间的转换,例如:XYZ到RGB,XYZ到Luv,RGB到XYZ,Lab到LHC,RGB到HSV,HSV到RGB-CIE were colored domain space conversion, for example : XYZ to RGB, XYZ to Luv, to XYZ RGB, Lab of the LHC, RGB to HSV, HSV to RGB, etc.
  3. 所属分类:.net编程

    • 发布日期:2024-06-03
    • 文件大小:2048
    • 提供者:卢军
  1. rgb2lab_lab2rgb

    0下载:
  2. 实现了图像的rgb格式与lab格式的互相转化,方便大家在lab空间中处理图像-Achieved rgb image format and transform lab format to facilitate processing in the lab space images
  3. 所属分类:图形图象

    • 发布日期:2024-06-03
    • 文件大小:1024
    • 提供者:钱成
  1. Lab

    0下载:
  2. LCD显示器的RGB到Lab的色彩空间转换 绘制Lab色彩空间的2维图形-LCD display RGB to Lab color space conversion color space Lab Drawing 2-D graphics
  3. 所属分类:图形图象

    • 发布日期:2024-06-03
    • 文件大小:360448
    • 提供者:李瑶
  1. RGB2LabAndLab2RGB

    0下载:
  2. % function [L, a, b] = RGB2Lab(R, G, B) % RGB2Lab takes matrices corresponding to Red, Green, and Blue, and % transforms them into CIELab. This transform is based on ITU-R % Recommendation BT.709 using the D65 wh
  3. 所属分类:图形图象

    • 发布日期:2024-06-03
    • 文件大小:2048
    • 提供者:郑成勇
  1. LAB2RGBandRGB2LAB

    0下载:
  2. LAB2RGB convert the RGB image into LAB and vise vers
  3. 所属分类:matlab例程

    • 发布日期:2024-06-03
    • 文件大小:1024
    • 提供者:Walid
  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图形编程

    • 发布日期:2024-06-03
    • 文件大小:3072
    • 提供者:Ying
  1. imageconversionfunctions

    0下载:
  2. rgb2lab() Converte de RGB image to para LAB, a LAB2RGB Convert an image from CIELAB to RGB.
  3. 所属分类:matlab例程

    • 发布日期:2024-06-03
    • 文件大小:2048
    • 提供者:ketan chaudhari
  1. rgb

    0下载:
  2. opencv 色彩空间的转换,包括将rgb转成XYZ格式,YCrCb格式,HSV格式及Lab格式-opencv color space conversion, including rgb convert XYZ format, YCrCb format, HSV and Lab format format
  3. 所属分类:OpenCV

    • 发布日期:2024-06-03
    • 文件大小:1582080
    • 提供者:于帆
  1. lab

    0下载:
  2. 本程利用opencv实现了RGB到Lab的颜色空间转换,感觉效果不错。-This process is realized by using OpenCV RGB to the Lab color space conversion, feeling good results.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-06-03
    • 文件大小:1024
    • 提供者:陆成
  1. Lab-RGB

    0下载:
  2. RGB和Lab颜色空间互相转换Matlab代码,亲测,非常好-Codes to transfer between RGB and Lab color space. Perform perfectly
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-06-03
    • 文件大小:2048
    • 提供者:Cruise
  1. lab-rgb

    0下载:
  2. lab颜色空间与rgb颜色空间之间的相互转换(Lab color space and mutual transformation between the RGB color space)
  3. 所属分类:matlab例程

    • 发布日期:2024-06-03
    • 文件大小:1024
    • 提供者:Christin
« 12 3 4 5 6 7 8 9 10 »

源码中国 www.ymcn.org