搜索资源列表
YCbCr2RGB
- Verilog程序实现YCbCr2RGB
YCbCr2RGB
- vc环境下 开发的ycbcr与RGB的互相转换功能,并实现转换后生成bmp文件和ycbcr文件,并将生成的bmp文件转换成jpg文件了 使用时注意加载GDI库,及相关环境配置,SDK已经在此源码库里
对图像进行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
YCbCr2RGB
- 浮点数算法 ycbcr格式转换成rgb格式-float convert ycbcr to rgb
YCbCr2RGB
- verilog 实现的YCbCr到RGB得转换-verilog implementation YCbCr to RGB was converted
YUV2RGB
- 关于YUV转RGB的verilog源代码、说明文档和modelsin仿真,相信对大家一定有很大的帮助,我费了好长时间才找到的!-YUV to RGB on the verilog source code, documentation and modelsin simulation, we believe that there will be a great help, I spent a good long time to find it!
ImageModelTran
- 本程序实现图像模式由RGB转换为HSV、HSI、YCbCr-This procedure to achieve the image mode from RGB is converted to HSV, HSI, YCbCr
DE2_70_TV
- --- --- --- -Verilog--- --- ---- This design converts DVD video into a format suitable for display on a CRT/LCD monitor. A DVD video source, such as a DVD player, should be connected to the VIDEO IN port on the DE2-70 board. A CRT/LCD monitor shoul
ycbcr2rgb
- Blackfin 在linux下ycbcr转rgb的汇编文件-Blackfin in ycbcr under linux the compilation of documents to rgb
YCbCr2RGB
- 将图像数据Ycbcr格式转换为rgb格式,方便显示器显示。-Converting the image data Ycbcr format to RGB format , facilitating the monitor display.
YCbCr2RGB
- YCbCr到RGB的verilog代码,可从ccd直接转换-convertion code of YCbCr to RGB
CompressionbyYikwang
- This code perform the DCT and quantization on all the channels without any sub-sampling and for the compression of color images, they are first converted to the YCbCr color format and vice versa, use the function rgb2ycbcr and ycbcr2rgb.
vhdl
- vhdl YCBCR2RGB 111 11的转换-vhdl YCBCR2RGB
ycbcr2rgb
- color space transformation with input coefficiences
YCbCr2RGB
- YCbCr turn RGB module, to apply to the project.
YCbCr2RGB
- RGB 与YCbCr 颜色空间可以相互转化-RGB and YCbCr color space can be transformed into each other
YCbCr2RGB
- 读入YUV文件一帧图像数据,转换为RGB并显示各分量(Read a frame of image data from a YUV file, convert it to RGB and display the components)