CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - CIELab
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - CIELab - List
[
Special Effects
]
Color_Conversion_Algorithms_cold
DL : 0
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.
Date
: 2008-10-13
Size
: 39.32kb
User
:
大海
[
OpenGL program
]
PSRGBLab
DL : 0
绘制Photoshop中的RGB到CIELab的三维彩色视图
Date
: 2008-10-13
Size
: 92.49kb
User
:
alai
[
Other resource
]
chengxu
DL : 0
绘制LCD的RGB和喷墨打印机的 CMYK到CIELab的三维彩色视图
Date
: 2008-10-13
Size
: 82.32kb
User
:
donghaiyan
[
Special Effects
]
1
DL : 1
这个Matlab程序用于颜色空间的转换。可以在RGB, YPbPr, YCbCr, YUV, YIQ, YDbDr, JPEG-YCbCr, HSV, HSL, XYZ, CIE Lab (CIELAB), CIE Luv (CIELUV), and CIE Lch (CIELCH)等颜色空间中任意转换。.rar
Date
: 2008-10-13
Size
: 96.28kb
User
:
李远
[
Special Effects
]
Color_Conversion_Algorithms_cold
DL : 0
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.
Date
: 2025-07-06
Size
: 39kb
User
:
大海
[
OpenGL program
]
PSRGBLab
DL : 0
绘制Photoshop中的RGB到CIELab的三维彩色视图 -Photoshop rendering of RGB to CIELAB color three-dimensional view
Date
: 2025-07-06
Size
: 1.97mb
User
:
alai
[
SCM
]
chengxu
DL : 0
绘制LCD的RGB和喷墨打印机的 CMYK到CIELab的三维彩色视图 -LCD rendering of RGB and CMYK inkjet printers to the CIELAB color three-dimensional view
Date
: 2025-07-06
Size
: 82kb
User
:
donghaiyan
[
Special Effects
]
1
DL : 0
这个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
Date
: 2025-07-06
Size
: 96kb
User
:
李远
[
Graph program
]
RGB2LabAndLab2RGB
DL : 0
% 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.
Date
: 2025-07-06
Size
: 2kb
User
:
郑成勇
[
Graph program
]
101259378luv_rgb_yuv_lab_space_convert(2)
DL : 0
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
Date
: 2025-07-06
Size
: 4kb
User
:
张灯结
[
Other
]
CIELAB
DL : 0
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.
Date
: 2025-07-06
Size
: 6kb
User
:
noania
[
Special Effects
]
colorspacezhuanhuan
DL : 0
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
Date
: 2025-07-06
Size
: 4kb
User
:
李佳航
[
matlab
]
CIELAB
DL : 0
Calculates coordinates (L*,a*,b*) in CIELAB color space
Date
: 2025-07-06
Size
: 11kb
User
:
bestdash
[
matlab
]
color_differences
DL : 0
Calculate color difference in CIELAB color space dE 94 and dEab 94
Date
: 2025-07-06
Size
: 1kb
User
:
bestdash
[
matlab
]
luv2rgb
DL : 0
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(...)
Date
: 2025-07-06
Size
: 1kb
User
:
waseem
[
matlab
]
ColorSpaceConverter
DL : 0
用于颜色空间的转换。可以在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.
Date
: 2025-07-06
Size
: 142kb
User
:
Matthew
[
matlab
]
imageconversionfunctions
DL : 0
rgb2lab() Converte de RGB image to para LAB, a LAB2RGB Convert an image from CIELAB to RGB.
Date
: 2025-07-06
Size
: 2kb
User
:
ketan chaudhari
[
matlab
]
RGB2Lab
DL : 0
RGB->CIELab /matlab source code
Date
: 2025-07-06
Size
: 1kb
User
:
JIN
[
Special Effects
]
RGB2-CIELab
DL : 0
MAtlab 实现RGB向CIELAB转换的M 文件-MAtlab RGB to CIELAB conversion to achieve the M-file
Date
: 2025-07-06
Size
: 51kb
User
:
Mr.xu
[
Other
]
image-Q-A-based-on-s-cielab-model
DL : 0
image Q A based on s-cielab model
Date
: 2025-07-06
Size
: 778kb
User
:
Nima
«
1
2
»
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.