搜索资源列表
RGBTOYUV.RGB与YUV格式的互相转换
- RGB与YUV格式的互相转换, 支持YUV420、YUV444、YUV422,RGB and YUV format conversion with each other to support the YUV420, YUV444, YUV422
RGB2YUV
- 将RGB转换成YUV422格式的源码工程,高效、浅显、易懂。-Convert YUV422 to RGB format source projects, efficient, easy to understand.
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!
Yuv2rgb.tar
- converted yuv422 to RGB 24/32 and converted RGB 24/32to yuv422 based on logitech co.
YUV422toRGB
- 使用Intel IPP库的图象格式YUV422到RGB转换程序。用于模拟摄像头图像识别-Using the Intel IPP library of image format YUV422 to RGB conversion program. Used to simulate the camera image recognition
RGB2YUV
- 将十六进制RGB图像.txt文件转化为平面YUV422分别以Y、U、V三个分量的.txt输出。 备注:默认情况下十六进制bmp图像.txt文件需放在D盘根目录下。-RGB image to hexadecimal. Txt file into a plane YUV422 respectively, Y, U, V three components. Txt output. Note: By default hex bmp image. Txt files under the root
RGB-to-yuv422
- verilog语言写的视频数据处理相关的代码。实现功能为将RGB数据转化为BT656数据。-verilog language to write video data processing related to the code. Functions for the RGB data into the BT656 data.
YUYV2RGB
- YUV422转RGB格式, YUV422转RGB格式,-YUV422 to RGB format, YUV422 to RGB format, YUV422 to RGB format,
DE2_TV
- 本代码为Altera DE2开发板例程源码,(FPGA:EP2C35F672C6)quartus II 9.0以上可以编译(随板源码为7.2以下版本,在9.0以上版本编译会报错)。本代码实现一个音视频播放器TV_BOX。-This demonstration plays video and audio input a DVD player using the VGA output and audio CODEC on the DE2 board. There are two major bl
yuv-rgb.cpp
- YUV422转换成RGB888文件,MCU从OV7660中提取原始YUV流,可以做到320*240-YUV422 invert to RGB888 bmp file, MCU OV7660
usbcamara-2012-07-05
- 我们在luvcview这个项目的基础上进行了修改,使之能够在s3c6410平台上运行,采用了6410特有的硬件空间色彩转换和图像缩放功能,也就是 post processor功能。 3 另外需要说一下我们修改后的luvcview可以运行在PC Linux平台和s3c6410平台,源码里面有两个makefile文件,一个针对嵌入式版本一个针对PC Linux版本, 嵌入式版本里面分硬件实现YUV to RGB和软件实现 YUV to RGB ,缺省配置是硬件实现YUV to