CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - MATLAB luv
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - MATLAB luv - List
[
Special Effects
]
Rgb2luv
DL : 0
色彩空间转换的matlab代码,实现从RGB空间到LUV的转换-color space conversion Matlab code, from the realization of the luminance RGB space conversion
Update
: 2008-10-13
Size
: 1.09kb
Publisher
:
吴军
[
Special Effects
]
Luv2rgb
DL : 0
色彩空间转换的matlab代码,实现从luv空间到rgb的转换-color space conversion Matlab code, luv space from a conversion to rgb
Update
: 2008-10-13
Size
: 1.13kb
Publisher
:
吴军
[
Other resource
]
matlab 图像彩色空间转换RGB,LUV,XYZ,LAB
DL : 1
用matlab实现图像彩色空间RGB,LUV,XYZ,LAB之间的转换-Image RGB color space, LUV, XYZ, the conversion between the LAB
Update
: 2008-10-13
Size
: 14.37kb
Publisher
:
张新树
[
2D Graphic
]
matlab 图像彩色空间转换RGB,LUV,XYZ,LAB
DL : 0
用matlab实现图像彩色空间RGB,LUV,XYZ,LAB之间的转换-Image RGB color space, LUV, XYZ, the conversion between the LAB
Update
: 2025-02-19
Size
: 14kb
Publisher
:
[
Special Effects
]
Rgb2luv
DL : 0
色彩空间转换的matlab代码,实现从RGB空间到LUV的转换-color space conversion Matlab code, from the realization of the luminance RGB space conversion
Update
: 2025-02-19
Size
: 1kb
Publisher
:
吴军
[
Special Effects
]
Luv2rgb
DL : 0
色彩空间转换的matlab代码,实现从luv空间到rgb的转换-color space conversion Matlab code, luv space from a conversion to rgb
Update
: 2025-02-19
Size
: 1kb
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
:
康康
[
matlab
]
luv_rgb_yuv_lab_space_convert
DL : 0
you can use this matlab code to change image into different color system such as luv, rgb, yuv and lab
Update
: 2025-02-19
Size
: 4kb
Publisher
:
謝生油
[
Special Effects
]
2004121163812
DL : 0
颜色空间的转换,xyz.rgb,lab,luv-Color space conversion, xyz.rgb, lab, luv
Update
: 2025-02-19
Size
: 14kb
Publisher
:
GUOXIN
[
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
:
李远
[
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
:
龙鹏
[
Special Effects
]
colorspace
DL : 0
这是一个用于图像的彩色空间之间转换的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.
Update
: 2025-02-19
Size
: 4kb
Publisher
:
hu
[
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
]
ColorSpace
DL : 0
色彩空间转换,支持RGB, YUV, HSV, HSL, Lab, Luv等格式-Color space conversion, support for RGB, YUV, HSV, HSL, Lab, Luv, etc. formats
Update
: 2025-02-19
Size
: 50kb
Publisher
:
Karl Lu
[
Graph program
]
rgb2luv
DL : 0
用于彩色图像的颜色空间变换,从RGB颜色空间变换到CIELUV空间。LUV空间各分量相关性小更适于进行图像处理。-Translate a color image from RGB color space to LUV color space.
Update
: 2025-02-19
Size
: 1kb
Publisher
:
Genghis
[
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
]
rgb2luv
DL : 0
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).
Update
: 2025-02-19
Size
: 1kb
Publisher
:
waseem
[
Special Effects
]
colorspace
DL : 0
颜色空间转换,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
Update
: 2025-02-19
Size
: 4kb
Publisher
:
hello
[
matlab
]
rgb2luv
DL : 0
RGB to LUV conversion in matlab
Update
: 2025-02-19
Size
: 1kb
Publisher
:
Ali
[
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
«
1
2
»
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.