搜索资源列表
ycbcr-RGB
- dsp程序ycbcr-RGB,直接下载可用-dsp procedures ycbcr - RGB, can be downloaded directly
ycbcr
- The Bitmap of ycbcr transform to RGB format.
RGB轉成ycbcr的C程式附錄
- 图像基本处理中图像RGB转变为ycbcr的c程序基本。-basic image processing RGB images into ycbcr c basic procedures.
色彩空间转换RGBto ycbcr
- 色彩空间转换RGBto ycbcr
肤色检测
- matlab源程序 用来进行肤色检测 检测空间是ycbcr空间 ,能够实现比较好的检测率
report of seal recognization.rar
- 在 RGB、HSV、ycbcr三个空间,实现印章的提取,设计了MATLAB GUI界面,综合利用三空间的特点,高质量地从复杂背景中提取印章。
对图像进行ycbcr分解
- rgb=imread('lena.png'); ycbcr=rgb2ycbcr(rgb); subplot(221),imshow(rgb),title('image'); Y=ycbcr(:,:,1); Cb=ycbcr(:,:,2); Cr=ycbcr(:,:,3); ycbcrmap(:,:,1)=Y; ycbcrmap(:,:,2)=128; ycbcrmap(:,:,3)=128; subplot(222),imshow(Y),title('Y'); ycbcrma
YCRCB2RGB.rar
- 我自己寫的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.
CT675_ReleaseV100.rar
- 其乐达(Cheertek)LCD驱动芯片(CT675)的C51源代码,代码结构清晰,可读性强。该芯片整合了Video-Decoder, Scalar, T-con及LED Backlight Driver,可驱动3.5~10.2”模拟/数字屏;接收输入信号CVBS/S-video/RGB/ycbcr/CCIR656。目前该方案主要应用产品有Portable DVD/Portable TV/Car TV/数码相框/可视门铃等中小尺寸视频产品。,Cheertek (Cheertek) LCD Dri
RGBYUVycbcr.rar
- RGB YUV ycbcr的定义及相互转换,内含源代码,可实现操作。,RGB YUV ycbcr definition and conversion, including source code, can realize the operation.
101259378luv_rgb_yuv_lab_space
- 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 alte
rgb2ycrcb.rar
- RGB转为ycbcr格式的verilog源代码,对熟悉verilog编程有帮助,RGB to ycbcr format Verilog source code, to people familiar with Verilog programming help
ycbcrkmeanidentify.rar
- k均值,ycbcr空间的,用于图像分割。,k-means
rgb2hsvycbcr
- 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.
ycbcr_RGB_10bit
- ycbcr 转 RGB模块,以应用于项目中。 该模块可将10bitycbcr分量视频转换为12bitRGB视频,需消耗乘法器。-ycbcr turn RGB module, to apply to the project. The module can be 10bitycbcr component video converted to 12bitRGB video, need to consume multiplier.
ycbcr2RGB
- verilog 实现的ycbcr到RGB得转换-verilog implementation ycbcr to RGB was converted
OV7660SettingV1.0
- Overview Input Clock = 24Mhz Preview VGA 15fps @ 60Hz VGA 12.5fps @ 50Hz Capture VGA 15fps @ 60Hz VGA 12.5fps @ 50Hz Output Format ycbcr 4:2:2 (ITU 656) ycbcr to RGB conversion R = Y + (351*(Cr – 128)) >> 8 G = Y – (179*(Cr –
color_conv
- BT656,ycbcr数据格式转换成VGA(888)数据算法,-BT656, ycbcr data format converted into VGA (888) data algorithm,
Lighting-compensation-in-ycbcr
- 在ycbcr空间中利用参考白的方式对彩色图像进行光照补偿,同时给出C++编写的简单参考。-Lighting compensation in ycbcr color space using reference white.
ycbcr
- ycbcr颜色空间模型,基于ycbcr颜色空间的肤色检测实现-ycbcr color space model, based on the color space skin detection ycbcr implementation