Location:
Search - CIElab
Search list
Description: 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-Color Conversion Algorithms.
Platform: |
Size: 40260 |
Author: 大海 |
Hits:
Description: 绘制Photoshop中的RGB到CIELab的三维彩色视图
Platform: |
Size: 94714 |
Author: alai |
Hits:
Description: 绘制LCD的RGB和喷墨打印机的
CMYK到CIELab的三维彩色视图
Platform: |
Size: 84294 |
Author: donghaiyan |
Hits:
Description: 这个Matlab程序用于颜色空间的转换。可以在RGB, YPbPr, YCbCr, YUV, YIQ, YDbDr, JPEG-YCbCr, HSV, HSL, XYZ, CIE Lab (CIELAB), CIE Luv (CIELUV), and CIE Lch (CIELCH)等颜色空间中任意转换。.rar
Platform: |
Size: 98590 |
Author: 李远 |
Hits:
Description: 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-Color Conversion Algorithms.
Platform: |
Size: 39936 |
Author: 大海 |
Hits:
Description: 绘制Photoshop中的RGB到CIELab的三维彩色视图
-Photoshop rendering of RGB to CIELAB color three-dimensional view
Platform: |
Size: 2062336 |
Author: alai |
Hits:
Description: 绘制LCD的RGB和喷墨打印机的
CMYK到CIELab的三维彩色视图
-LCD rendering of RGB and CMYK inkjet printers to the CIELAB color three-dimensional view
Platform: |
Size: 83968 |
Author: donghaiyan |
Hits:
Description: 这个Matlab程序用于颜色空间的转换。可以在RGB, YPbPr, YCbCr, YUV, YIQ, YDbDr, JPEG-YCbCr, HSV, HSL, XYZ, CIE Lab (CIELAB), CIE Luv (CIELUV), and CIE Lch (CIELCH)等颜色空间中任意转换。.rar-The Matlab program used for color space conversion. In RGB, YPbPr, YCbCr, YUV, YIQ, YDbDr, JPEG-YCbCr, HSV, HSL, XYZ, CIE Lab (CIELAB), CIE Luv (CIELUV), and CIE Lch (CIELCH) such as color space conversion arbitrary. . rar
Platform: |
Size: 98304 |
Author: 李远 |
Hits:
Description: % 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.
Platform: |
Size: 2048 |
Author: 郑成勇 |
Hits:
Description: 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
alternatively, S = src->dest . Supported color spaces are
RGB R G B Red Green Blue (ITU-R BT.709 gamma-corrected)
YPbPr Luma (ITU-R BT.601) + Chroma
YCbCr / YCC Luma + Chroma ("digitized" version of Y PbPr)
YUV NTSC PAL Y UV Luma + Chroma
YIQ NTSC Y IQ Luma + Chroma
YDbDr SECAM Y DbDr Luma + Chroma
JPEGYCbCr JPEG-Y CbCr Luma + Chroma
HSV / HSB Hue Saturation Value/Brightness
HSL / HLS / HSI Hue Saturation Luminance/Intensity
XYZ CIE XYZ
Lab CIE L*a*b* (CIELAB)
Luv CIE L*u*v* (CIELUV)
Lch CIE L*ch (CIELCH)-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 alternatively, S = ' src-> dest' . Supported color spaces are ' RGB' R' G' B ' Red Green Blue (ITU-R BT.709 gamma-corrected)' YPbPr ' Luma (ITU-R BT.601 )+ Chroma ' YCbCr' /' YCC' Luma+ Chroma ( " digitized" version of Y' PbPr) ' YUV' NTSC PAL Y' UV Luma+ Chroma ' YIQ' NTSC Y' IQ Luma+ Chroma ' YDbDr' SECAM Y ' DbDr Luma+ Chroma ' JPEGYCbCr' JPEG-Y' CbCr Luma+ Chroma ' HSV' /' HSB' Hue Saturation Value/Brightness' HSL ' /' HLS ' /' HSI ' Hue Saturation Luminance/Intensity' XYZ ' CIE XYZ' Lab ' CIE L* a* b* (CIELAB)' Luv ' CIE L* u* v* (CIELUV)' Lch ' CIE L* ch (CIE
Platform: |
Size: 4096 |
Author: 张灯结 |
Hits:
Description: For images with color, it seems obvious that an additional term must be added to consider the difference between the color of the background and the color of the target. In other words, if at present the contrast between the target and the background is an "intensity" contrast, the new contrast should contain a term including the "color" contrast.-For images with color, it seems obvious that an additional term must be added to consider the difference between the color of the background and the color of the target. In other words, if at present the contrast between the target and the background is an "intensity" contrast, the new contrast should contain a term including the "color" contrast.
Platform: |
Size: 6144 |
Author: noania |
Hits:
Description: 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 color space src to color space dest .
Example:
B = colorspace( HSV<-RGB ,A) Convert image A from RGB to HSV
C = colorspace( YCbCr<-HSV ,B) Convert HSV to YCbCr
D = colorspace( RGB<-YCbCr ,C) Convert YCbCr back to RGB
Platform: |
Size: 4096 |
Author: 李佳航 |
Hits:
Description: Calculates coordinates (L*,a*,b*) in CIELAB color space
Platform: |
Size: 11264 |
Author: bestdash |
Hits:
Description: Calculate color difference in CIELAB color space dE 94 and dEab 94
Platform: |
Size: 1024 |
Author: bestdash |
Hits:
Description: LAB2RGB Convert an image from CIELAB to RGB
function [R, G, B] = Lab2RGB(L, a, b)
function [R, G, B] = Lab2RGB(I)
function I = Lab2RGB(...)- LAB2RGB Convert an image from CIELAB to RGB
function [R, G, B] = Lab2RGB(L, a, b)
function [R, G, B] = Lab2RGB(I)
function I = Lab2RGB(...)
Platform: |
Size: 1024 |
Author: waseem |
Hits:
Description: 用于颜色空间的转换。可以在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, HSV, HSL, XYZ, CIE Lab (CIELAB), CIE Luv (CIELUV), and CIE Lch (CIELCH) any other color space conversion.
Platform: |
Size: 145408 |
Author: Matthew |
Hits:
Description: rgb2lab() Converte de RGB image to para LAB, a LAB2RGB Convert an image from CIELAB to RGB.
Platform: |
Size: 2048 |
Author: ketan chaudhari |
Hits:
Description: RGB->CIELab /matlab source code
Platform: |
Size: 1024 |
Author: JIN |
Hits:
Description: MAtlab 实现RGB向CIELAB转换的M 文件-MAtlab RGB to CIELAB conversion to achieve the M-file
Platform: |
Size: 52224 |
Author: Mr.xu |
Hits:
Description: image Q A based on s-cielab model
Platform: |
Size: 796672 |
Author: Nima |
Hits: