Location:
Search - MATLAB luv
Search list
Description: 色彩空间转换的matlab代码,实现从RGB空间到LUV的转换-color space conversion Matlab code, from the realization of the luminance RGB space conversion
Platform: |
Size: 1120 |
Author: 吴军 |
Hits:
Description: 色彩空间转换的matlab代码,实现从luv空间到rgb的转换-color space conversion Matlab code, luv space from a conversion to rgb
Platform: |
Size: 1152 |
Author: 吴军 |
Hits:
Description: 用matlab实现图像彩色空间RGB,LUV,XYZ,LAB之间的转换-Image RGB color space, LUV, XYZ, the conversion between the LAB
Platform: |
Size: 14710 |
Author: 张新树 |
Hits:
Description: 用matlab实现图像彩色空间RGB,LUV,XYZ,LAB之间的转换-Image RGB color space, LUV, XYZ, the conversion between the LAB
Platform: |
Size: 14336 |
Author: |
Hits:
Description: 色彩空间转换的matlab代码,实现从RGB空间到LUV的转换-color space conversion Matlab code, from the realization of the luminance RGB space conversion
Platform: |
Size: 1024 |
Author: 吴军 |
Hits:
Description: 色彩空间转换的matlab代码,实现从luv空间到rgb的转换-color space conversion Matlab code, luv space from a conversion to rgb
Platform: |
Size: 1024 |
Author: 吴军 |
Hits:
Description: 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.
Platform: |
Size: 48128 |
Author: 康康 |
Hits:
Description: you can use this matlab code to change image into different color system such as luv, rgb, yuv and lab
Platform: |
Size: 4096 |
Author: 謝生油 |
Hits:
Description: 颜色空间的转换,xyz.rgb,lab,luv-Color space conversion, xyz.rgb, lab, luv
Platform: |
Size: 14336 |
Author: GUOXIN |
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: Convert color images between RGB, YCbCr, HSV, HSL, CIE Lab, CIE Luv, CIE Lch, and more.
Platform: |
Size: 63488 |
Author: 龙鹏 |
Hits:
Description: 这是一个用于图像的彩色空间之间转换的MATLAB程序。例如RGB,HIS,Luv,YCbCr,YUV之间的转换,很方便的。-This is a color space for image conversion between MATLAB procedures. Such as RGB, HIS, Luv, YCbCr, YUV conversion between, very convenient.
Platform: |
Size: 4096 |
Author: hu |
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: 色彩空间转换,支持RGB, YUV, HSV, HSL, Lab, Luv等格式-Color space conversion, support for RGB, YUV, HSV, HSL, Lab, Luv, etc. formats
Platform: |
Size: 51200 |
Author: Karl Lu |
Hits:
Description: 用于彩色图像的颜色空间变换,从RGB颜色空间变换到CIELUV空间。LUV空间各分量相关性小更适于进行图像处理。-Translate a color image from RGB color space to LUV color space.
Platform: |
Size: 1024 |
Author: Genghis |
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: function Luv_back = rgb2luv(Im_rgb)
takes an image in Rgb coords and returns either a vector or an image
in Luv coords, depending on Type (Image or vector).-function Luv_back = rgb2luv(Im_rgb)
takes an image in Rgb coords and returns either a vector or an image
in Luv coords, depending on Type (Image or vector).
Platform: |
Size: 1024 |
Author: waseem |
Hits:
Description: 颜色空间转换,RGB YPbPr YCbCr / YCC YUV YIQ YDbDr JPEGYCbCr HSV / HSB HSL / HLS / HSI XYZ Lab Luv Lch 等色彩制式之间的装换,matlab-Color space conversion, RGB YPbPr YCbCr/YCC YUV YIQ YDbDr JPEGYCbCr HSV/HSB HSL/HLS/HSI XYZ Lab Luv Lch equipment such as color change between formats, matlab
Platform: |
Size: 4096 |
Author: hello |
Hits:
Description: RGB to LUV conversion in matlab
Platform: |
Size: 1024 |
Author: Ali |
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: