CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - RGb to Ycbcr matlab
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - RGb to Ycbcr matlab - List
[
Other resource
]
肤色分割的matlab源代码
DL : 0
RGB色彩空间转换为Ycbcr色彩空间并进行非线性变换后判别肤色 仅供大家参考-RGB color space conversion to Ycbcr color space and nonlinear transformation discriminant color only reference! !
Update
: 2008-10-13
Size
: 930byte
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-17
Size
: 249kb
Publisher
:
王青海
[
matlab
]
肤色分割的matlab源代码
DL : 0
RGB色彩空间转换为Ycbcr色彩空间并进行非线性变换后判别肤色 仅供大家参考-RGB color space conversion to Ycbcr color space and nonlinear transformation discriminant color only reference! !
Update
: 2025-02-17
Size
: 1kb
Publisher
:
吴俊良
[
source in ebook
]
RGBtoRGBtoYcbcr
DL : 0
RGB色彩空间转换为Ycbcr色彩空间并进行非线性变换后判别肤色-RGB color space conversion of color space and Ycbcr nonlinear color transform discriminant
Update
: 2025-02-17
Size
: 1kb
Publisher
:
刘博
[
2D Graphic
]
cox1_1101523995
DL : 0
cox 的水印源码, 有多个檔,psnr, RGB to YIQ, YIQ to RGB-cox watermark source, there are multiple files, psnr, RGB to YIQ, YIQ to RGB
Update
: 2025-02-17
Size
: 23kb
Publisher
:
chan man man
[
Special Effects
]
facedetection
DL : 0
face detection肤色分割 把彩色图象由rgb彩色空间变换到ycbcr彩色空间,通过算子分割出肤色区域,得到二值图,然后进行膨胀与腐蚀,最后进行边缘检测。-face detection skin color segmentation to color images from rgb color space conversion into YCbCr color space, through the operator partitions a color region, the binary image, and then expansion and corrosion, and finally to carry out edge detection.
Update
: 2025-02-17
Size
: 2kb
Publisher
:
zhaoyebai
[
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-17
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-17
Size
: 62kb
Publisher
:
龙鹏
[
Algorithm
]
YCRCB2RGB
DL : 0
我自己寫的RGB與YCbCr(YUV)色彩格式轉換,可以RGB轉YCbCr或YCbCr轉RGB,並支持顯示轉換後的色彩功能.-I wrote it myself RGB and YCbCr (YUV) color format conversion can be RGB or YCbCr to YCbCr to RGB, and supports the display of the color conversion function.
Update
: 2025-02-17
Size
: 39kb
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-17
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-17
Size
: 4kb
Publisher
:
张灯结
[
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-17
Size
: 4kb
Publisher
:
李佳航
[
Compress-Decompress algrithms
]
rgb2ycbcr[1]
DL : 0
This a script to convert Images RGB to YCbCr-This is a script to convert Images RGB to YCbCr
Update
: 2025-02-17
Size
: 278kb
Publisher
:
Rafael
[
Special Effects
]
rgb2hsvycbcr
DL : 0
RGB颜色空间转换为 YCbCr 和HSV空间,自己编写的matlab 代码,希望对打家有帮助。-RGB color space is converted to YCbCr and HSV space, have written matlab code, want to combatants spar in home help.
Update
: 2025-02-17
Size
: 2kb
Publisher
:
shen
[
2D Graphic
]
formatosImagen
DL : 0
From a given image, this code returns it in the following colour spaces RGB,NTCS,YCBCR,HSV. The fields are returned in a matrix of dimensions (:,:,12)
Update
: 2025-02-17
Size
: 1kb
Publisher
:
Xasky
[
Software Engineering
]
imag_improve_rgb
DL : 0
This a two stage method in which at first image RGB compensated and then converted to YCbCr to normalise overall illumination of image.Its cascaded implementation of section 2.A of paper "A FAST SKIN REGION DETECTOR" by Phil Chen, Dr.Christos Greecos, ESC Division Research 2005,and section 2.1 of paper "Simple and Accurate Color Face Detection Algorithm in Complex Background" by YUI TING PAI et al. ICME 2006 . Please go through those papers for more details.-This is a two stage method in which at first image RGB compensated and then converted to YCbCr to normalise overall illumination of image.Its cascaded implementation of section 2.A of paper "A FAST SKIN REGION DETECTOR" by Phil Chen, Dr.Christos Greecos, ESC Division Research 2005,and section 2.1 of paper "Simple and Accurate Color Face Detection Algorithm in Complex Background" by YUI TING PAI et al. ICME 2006 . Please go through those papers for more details.
Update
: 2025-02-17
Size
: 2kb
Publisher
:
王信傑
[
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-17
Size
: 142kb
Publisher
:
Matthew
[
matlab
]
Desktop
DL : 0
conversion rgb to YCbCr
Update
: 2025-02-17
Size
: 121kb
Publisher
:
wahyu
[
Multimedia Develop
]
Experiment
DL : 0
matlab file for image conversion between RGB to YCbCr
Update
: 2025-02-17
Size
: 795kb
Publisher
:
wasyhun
[
source in ebook
]
rgb2ycbcr
DL : 0
this a matlab code for changing an image RGB to YCbCr.-this is a matlab code for changing an image RGB to YCbCr.
Update
: 2025-02-17
Size
: 1.28mb
Publisher
:
mbbrf
«
1
2
»
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.