搜索资源列表
ycrcb_rgb
- YUV转RGB的源程序,使用到了硬件加速器,可利用FGPA的乘法器加速处理速度。-YUV to RGB source, the use of a hardware accelerator, FGPA can be used to speed up the processing speed multiplier.
rgb2yuv1
- 这个主要是实现RGB和YUV两种色彩空间的转换,其中用到的主要思想是,verilog语言中的浮点乘法怎么运算,流水线的思想。-This is achieved mainly two kinds of RGB and YUV color space conversion, which uses the main idea is, verilog language how floating point multiplication operations, lines of thought.
rgb2yuv
- 用VHDL和verilog编写的RGB颜色空间到YUV颜色空间的转换程序, 是FPGA视频处理中的常用程序!-Written in VHDL and verilog using RGB color space to YUV color space conversion process is commonly used in video processing FPGA program!
ITU656_chinese
- ITU656的一个介绍。是YUV 4:2:2的!-ITU656 an introduction. YUV 4:2:2 is the!
xapp283
- YUV到RGB的色彩空间转换器(VHDL,Verilog and doc)-Color Space Converter: Y’CrCb to R’G’B’
yuv_rgb
- 完成ITUR656标准的视频流数据向RGB格式的转换。-Complete video streaming ITUR656 standard data format to RGB conversion. Test module
ycrcb2rgb
- THE SOURCE REALIZE THE TRANSFORMATION FROM YUV TO RGB
interp
- YUV to AVI ppWizard has created this interp application for you. This application not only demonstrates the basics of using the Microsoft Foundation classes but is also a starting point for writing your application.-YUV to AVI ppWizard has create
RGB_TO_YUV
- converter rgb to yuv
YCbCr2RGB_O
- 此代码是把YUV转成RGB的Verilog程序,多谢下载-This code is to convert RGB to YUV Verilog program, thank you download
etd-0407109-183702-81-001[1]
- 文章介绍了YUV向RGB颜色空间转换的硬件电路实现算法.在高基乘法算法基础上,建立了参数化高基乘法算法模型,并给出了Verilog HDL描述 小数乘法的整数乘法近似和近似误差给予了详细的讨论.采用乘法单元复用的设计结果将在两个时钟周期内完成YUV向RGB的颜色空间转换.-This paper introduces the YUV to RGB color space conversion hardware algorithm. Matrix multiplication algorithm i
YUV2RGB
- 该代码可将YUV图像数据转换为VGA显示器能显示的RGB数据,R,G,B的位宽均为4,转换速度快。-The code can be converted to a YUV image data of RGB VGA monitor can display the data, R, G, B of the bit width of 4, the conversion speed.
DE2_TV_PAL_TO_RGB_DE2
- 从adv7181b译码itu-656格式的YUV 4:2:2信号,调试过的能在DE2上运行的pal转rgb-decode itu-656 4:2:2 YUV format signal from adv7181b
RGB-YUV
- VHDL xilinx RGB2YUV for LEARN
ycbcr.v
- full pipelined RGB->YUV 420 converter, Xilinx/Altera implementable
DE2_70_TV
- YUV 信号转化为RGB 色彩信号。采用SDRAN, 将色差信号转化为为电视VGA信号。-yuv signal convert to RGB signal
20110301151907
- :为解决现有视频监控系统中目标检测算法无法应付复杂的室外环境且计算量和存储量较大等问题,将像素从RGB 空间转换到YUV 空间建立基于码本的背景模型,并单独对每个码字中的亮度分量进行高斯建模,提取运动目标的轮廓后,用连通区域算法对图像进行形态 学处理。典型测试序列和ROC 数据的对比实验结果证明该算法是高效和实用的,且易于在DSP 或FPGA 等嵌入式系统上实时实现。-】In order to solve the problems that the existing motion det
rgb2yuv
- 在Altera的开发环境上,用Verilog语言实现的RGB转YUV,附有Testbench-In Altera s development environment, using Verilog language of RGB to YUV, with a Testbench
mkjpeg.tar
- 用FPGA实现的JPEG编码器,可以直接使用,内含完成说明文档,经过验证无误。-• JPEG baseline encoding JPEG ITU-T T.81 | ISO/IEC 10918-1 • Standard JFIF header v 1.01 automatic generation • Color images only (3 components, RGB 24 or 16 bit, YUV input) • T
RGBtoYUV
- BMP格式文件的RGB数据转换为YUV格式。(Transform RGB data of a bmp to YUV.)