Location:
Search - CIELAB matlab
Search list
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: 这个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: Calculate color difference in CIELAB color space dE 94 and dEab 94
Platform: |
Size: 1024 |
Author: bestdash |
Hits:
Description: It is a matlab code for detecting brain tumor in MR images using CIELAB color space model segmentation.
Platform: |
Size: 4096 |
Author: Somasekhar |
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: matlab中K-means聚类算法在CIElab空间的可用于车牌检测,基于色彩的图像分割-K- means clustering algorithm in matlab in the CIElab space can be used for license plate detection, image segmentation based on color
Platform: |
Size: 1024 |
Author: 小王 |
Hits: