CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - rgb to yuv matlab
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - rgb to yuv matlab - List
[
Graph program
]
rgb2yuv
DL : 0
一个将RGB转化成YUV数据的算法,非常实用。-an RGB to YUV data into the algorithm, is very practical.
Update
: 2025-02-19
Size
: 1kb
Publisher
:
风信标
[
Graph program
]
源代码ColorTransform
DL : 0
数字图像处理中关于色彩空间变换的实现,色彩空间包括:YUV,YCbCr,Iab,RGB,XYZ等等。-Digital Image Processing for color space conversion in the color space include : YUV, YCbCr, Iab, RGB, XYZ and so on.
Update
: 2025-02-19
Size
: 249kb
Publisher
:
王青海
[
GDI-Bitmap
]
rgb_yuv_1
DL : 0
将.rgb格式的图像转换为.yuv格式的图像,.yuv格式的图像按4:2:0采样-will. Rgb format conversion of images. YUV format images. YUV format image with 4:2:0 sampling
Update
: 2025-02-19
Size
: 1kb
Publisher
:
周磊
[
Picture Viewer
]
disp_yuv
DL : 0
我自己写的现实YUV原始数据的MATLAB程序。先进行数据的分离,再进行YUV到RGB的转换,-I wrote it myself reality YUV data of the original MATLAB. Data for the first separation and then YUV to RGB conversion.
Update
: 2025-02-19
Size
: 1kb
Publisher
:
Robin Ren
[
Special Effects
]
takikoyx_rgb2yuv
DL : 0
自己写的,在matlab环境下将rgb图像转为yuv文件,可适用于444,422,420的格式.-wrote it myself, in the Matlab environment will yuv rgb images to documents, applicable to the 444, 422,420 format.
Update
: 2025-02-19
Size
: 1kb
Publisher
:
连早喻
[
Special Effects
]
takikoyx_yuv2rgb
DL : 0
自己写的,在matlab环境下将yuv图像转为rgb文件,可适用于444,422,420的格式.-wrote it myself, in the Matlab environment will yuv rgb images to documents, applicable to the 444, 422,420 format.
Update
: 2025-02-19
Size
: 1kb
Publisher
:
连早喻
[
Special Effects
]
YUV2Image
DL : 0
YUV多种图像处理方式,包括yuv2rgb,rgb2yuv.等等。但需要仔细调试-YUV multiple image processing methods, including yuv2rgb, rgb2yuv. And so on. But needs to carefully debugging
Update
: 2025-02-19
Size
: 3kb
Publisher
:
scq
[
Compress-Decompress algrithms
]
yuv_to_rgb
DL : 0
YUV与RGB颜色空间之间的转换,转换效果很好的。-YUV and RGB color space conversion between the effect of a very good conversion.
Update
: 2025-02-19
Size
: 1kb
Publisher
:
wanglijuan
[
2D Graphic
]
rgb2yuv
DL : 0
图形学中图形的转换程序,用matlab编写,把比较两个图形的相似度,以及图形的转换从rgb 到YUV-Graphics graphics conversion process, using matlab prepared to compare the two graphics similarity, as well as graphics conversion from rgb to YUV
Update
: 2025-02-19
Size
: 2kb
Publisher
:
fyao
[
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
:
謝生油
[
Picture Viewer
]
YUV_ReadShow
DL : 0
读取CIF、QCIF格式的YUV测试序列文件,并且将其显示出来,转换为RGB格式进行连续视频播放-Read CIF, QCIF format YUV test sequence file, and will show up, converted to RGB format continuous video playback
Update
: 2025-02-19
Size
: 1kb
Publisher
:
高志斌
[
Graph program
]
YUV_load
DL : 0
用于yuv格式文件视频的读取并转换为rgb数据-Yuv format for video read and converted to rgb data
Update
: 2025-02-19
Size
: 1kb
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
:
李远
[
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
:
张灯结
[
DSP program
]
rgb2ycbcr
DL : 0
conver rgb image to yuv
Update
: 2025-02-19
Size
: 2kb
Publisher
:
dan
[
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
]
imcompr
DL : 0
基于奇异值分解的图像压缩。分别给出了灰度及RGB真彩图的压缩代码。 -Based on singular value decomposition of the image compression. Are given respectively grayscale and RGB true color pictures of the compression code.
Update
: 2025-02-19
Size
: 1kb
Publisher
:
秦关
[
Picture Viewer
]
work
DL : 0
RGB图像格式转换为YUV格式。 根据RGB到YUV关系转化以及分量取平均值转换两种方法,以实例形式编程,不是子函数的形式。-RGB to YUV。 figure s style transform.
Update
: 2025-02-19
Size
: 474kb
Publisher
:
孤竹
[
matlab
]
yuv
DL : 0
matlab code to convert rgb to yuv
Update
: 2025-02-19
Size
: 1kb
Publisher
:
raghavendra
[
Special Effects
]
matlab
DL : 0
颜色空间转换,RGB到YUV的程序,这里主要提取Cr分量图像。测试成功-Color space conversion, RGB to YUV program
Update
: 2025-02-19
Size
: 1kb
Publisher
:
邹继欣
«
1
2
3
»
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.