Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - RGB LAB
Search - RGB LAB - List
用matlab实现图像彩色空间RGB,LUV,XYZ,LAB之间的转换-Image RGB color space, LUV, XYZ, the conversion between the LAB
Update : 2025-02-19 Size : 14kb Publisher :

java写的非常棒的色彩盘!有CMYK、LAB、RGB几种模式-wrote wonderful color set! A CMYK, LAB, RGB several models!
Update : 2025-02-19 Size : 18kb Publisher : 黄清

RGB与HSV转换的示例,基于efg s HSV Lab Report,相当权威-RGB and HSV conversion example, the HSV-based efg s Lab Report, an authoritative
Update : 2025-02-19 Size : 39kb Publisher : 陈大维

  这是一个ICM色彩变换模块,通过它,您可以读写*.ICM或*.ICC色彩描述文件,并利用它在各种色彩空间之间进行最小失真变换,如RGB->CMYK、CMYK->Lab等。   该模块中包含了足够的源文件,都是以标准C编制的,可以在任何编译环境下进行编译。接口定义见icc.h文件。-ICM color conversion module, through it, You can read and write*.*. ICC or ICM color description, and use it in various color space between the minimum distortion transform, such as RGB-
Update : 2025-02-19 Size : 149kb Publisher : caotings

自己写的很实用的色彩空间转换程序: 在色彩空间的正向转换中(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-himself wrote a very practical color space conversion : the color space conversion positive (RGB
Update : 2025-02-19 Size : 122kb Publisher : 思根

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.
Update : 2025-02-19 Size : 47kb Publisher : 康康

DL : 0
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.
Update : 2025-02-19 Size : 2kb Publisher : 卢军

you can use this matlab code to change image into different color system such as luv, rgb, yuv and lab
Update : 2025-02-19 Size : 4kb Publisher : 謝生油

实现了图像的rgb格式与lab格式的互相转化,方便大家在lab空间中处理图像-Achieved rgb image format and transform lab format to facilitate processing in the lab space images
Update : 2025-02-19 Size : 1kb Publisher : 钱成

实现 RGB YPbPr YCbCr / YCC YUV YIQ YDbDr JPEGYCbCr HSV / HSB HSL / HLS / HSI XYZ Lab Luv Lch 不同色彩制式之间的装换-The realization of RGB YPbPr YCbCr/YCC YUV YIQ YDbDr JPEGYCbCr HSV/HSB HSL/HLS/HSI XYZ Lab Luv Lch different color between the standard equipment for
Update : 2025-02-19 Size : 4kb Publisher : aresiris

OpenGL做的RGB到Lab色域空间转换演示。-OpenGL to do the RGB to Lab color space conversion demonstration.
Update : 2025-02-19 Size : 1.95mb Publisher : nunu

DL : 0
LCD显示器的RGB到Lab的色彩空间转换 绘制Lab色彩空间的2维图形-LCD display RGB to Lab color space conversion color space Lab Drawing 2-D graphics
Update : 2025-02-19 Size : 352kb Publisher : 李瑶

Convert color images between RGB, YCbCr, HSV, HSL, CIE Lab, CIE Luv, CIE Lch, and more.
Update : 2025-02-19 Size : 62kb Publisher : 龙鹏

主要是描述一些关于颜色空间的知识.RGB,HSI,LAB,YUV,HSV,LUV等-Mainly on the color space to describe some of the knowledge. RGB, HSI, LAB, YUV, HSV, LUV, etc.
Update : 2025-02-19 Size : 7kb Publisher : 彭青峰

Use the RGB mode to get a quick sense of which colors are present in particular highlight, shadow, and midtone regions. The LAB mode is more useful for determining the actual color balance of an image, but it is slower. -Use the RGB mode to get a quick sense of which colors are present in particular highlight, shadow, and midtone regions. The LAB mode is more useful for determining the actual color balance of an image, but it is slower.
Update : 2025-02-19 Size : 38kb Publisher : 焦竹青

% 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 white point reference. % The error in transforming RGB -> Lab -> RGB is approximately % 10^-5. RGB values can be either between 0 and 1 or between 0 and 255. % By Mark Ruzon from C code by Yossi Rubner, 23 September 1997. % Updated for MATLAB 5 28 January 1998.-% 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 white point reference. % The error in transforming RGB-> Lab-> RGB is approximately % 10^-5. RGB values can be either between 0 and 1 or between 0 and 255. % By Mark Ruzon from C code by Yossi Rubner, 23 September 1997. % Updated for MATLAB 5 28 January 1998.
Update : 2025-02-19 Size : 2kb Publisher : 郑成勇

色彩空间转换,支持RGB, YUV, HSV, HSL, Lab, Luv等格式-Color space conversion, support for RGB, YUV, HSV, HSL, Lab, Luv, etc. formats
Update : 2025-02-19 Size : 50kb Publisher : Karl Lu

DL : 0
opencv 色彩空间的转换,包括将rgb转成XYZ格式,YCrCb格式,HSV格式及Lab格式-opencv color space conversion, including rgb convert XYZ format, YCrCb format, HSV and Lab format format
Update : 2025-02-19 Size : 1.51mb Publisher : 于帆

基于VC++色彩空间转换(RGB-Lab)-RGB-Lab Color space conversion
Update : 2025-02-19 Size : 2.38mb Publisher : 于小容

本程利用opencv实现了RGB到Lab的颜色空间转换,感觉效果不错。-This process is realized by using OpenCV RGB to the Lab color space conversion, feeling good results.
Update : 2025-02-19 Size : 1kb Publisher : 陆成
« 12 3 4 5 6 7 8 9 10 »
CodeBus is one of the largest source code repositories on the Internet!
Contact us :
1999-2046 CodeBus All Rights Reserved.