CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - CIE LAB
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - CIE LAB - List
[
Special Effects
]
colorspacetransform
DL : 0
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
: 2008-10-13
Size
: 46.91kb
Publisher
:
康康
[
Other resource
]
CIE
DL : 1
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
: 2008-10-13
Size
: 2.65kb
Publisher
:
卢军
[
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
Update
: 2008-10-13
Size
: 96.28kb
Publisher
:
李远
[
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.
Update
: 2025-02-19
Size
: 39kb
Publisher
:
大海
[
Special Effects
]
colorspacetransform
DL : 0
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
:
康康
[
.net
]
CIE
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
:
卢军
[
Special Effects
]
colorDiff
DL : 0
计算色差输出的小程序。可以输出两组颜色值之间的CIE色差-Calculation of small color difference output procedures. Can output two sets of color values of the CIE color difference between
Update
: 2025-02-19
Size
: 363kb
Publisher
:
张学良
[
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
Update
: 2025-02-19
Size
: 96kb
Publisher
:
李远
[
Other
]
from-CIE-to-color-temperature
DL : 0
由色坐标测试色温,excel格式,非常方便,有少许误差-By the color coordinates of the test temperature, excel format, very convenient, there is a little error
Update
: 2025-02-19
Size
: 2kb
Publisher
:
Jack
[
Windows Develop
]
gray2rgb.ZIP
DL : 0
Convert color images between RGB, YCbCr, HSV, HSL, CIE Lab, CIE Luv, CIE Lch, and more.
Update
: 2025-02-19
Size
: 62kb
Publisher
:
龙鹏
[
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
Update
: 2025-02-19
Size
: 4kb
Publisher
:
张灯结
[
Special Effects
]
HillClimbingSegment.1.0
DL : 0
程序实现Matlab下爬山法(hill-climbing)方法,用于彩色图像分割。-mage is first converted to CIE lab color space and the 3d color histogram is generated. Hill-climbing algorithm is used to find the local maximums in lab histogram, which is used to automatically decide the cluster number K as well as initial seeds for
Update
: 2025-02-19
Size
: 84kb
Publisher
:
steven
[
CSharp
]
GetCercleCromaticCIELab
DL : 0
A CIE Lab Circle creation with red, green and blue colors.
Update
: 2025-02-19
Size
: 1kb
Publisher
:
tena
[
3D Graphic
]
CIEColorTest(1)
DL : 0
cie 颜色模型之间的转换 rbg xyz XYZ到Luv,RGB到XYZ,Lab到LHC,RGB到HSV-cie color model conversion between rbg xyz XYZ to Luv, RGB to XYZ, Lab to the LHC, RGB to HSV
Update
: 2025-02-19
Size
: 192kb
Publisher
:
pachong
[
Special Effects
]
3
DL : 0
实现图像的修复,适用于需要修复面积较大的图像。本算法是采用region filling and object removal by exemplar-based image inpainting ,适用CIE lab颜色空间进行计算,发表于IEEE 2004-A new algorithm is proposed for removing large objects from digital images.the challenge is to fill in the hole that is left behind in a visually plausible way
Update
: 2025-02-19
Size
: 6kb
Publisher
:
lizheng
[
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
Update
: 2025-02-19
Size
: 4kb
Publisher
:
李佳航
[
matlab
]
gradient_reflecting
DL : 0
color gradient reflecting in cie lab color space. matlab source code. simple code.
Update
: 2025-02-19
Size
: 1kb
Publisher
:
kikik
[
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.
Update
: 2025-02-19
Size
: 142kb
Publisher
:
Matthew
[
matlab
]
imageconversionfunctions
DL : 0
rgb2lab() Converte de RGB image to para LAB, a LAB2RGB Convert an image from CIELAB to RGB.
Update
: 2025-02-19
Size
: 2kb
Publisher
:
ketan chaudhari
[
Graph program
]
transfer
DL : 0
色彩空间转换,彩色图片rgb空间转换为cie-lab空间便于处理-rgb transfer to cie-lab
Update
: 2025-02-19
Size
: 1kb
Publisher
:
L_mo
«
1
2
»
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.