›› 2013, Vol. 26 ›› Issue (11): 111-.

• 论文 • 上一篇    下一篇

基于FPGA的色彩空间转换的简易实现

余昌胜,韩晓景,李知达   

  1. (西安电子科技大学 技术物理学院,陕西 西安 710071)
  • 出版日期:2013-11-15 发布日期:2013-11-19
  • 作者简介:余昌胜(1988—),男,硕士研究生。研究方向:图像视频系统设计与信号处理。E-mail:yuayuuu@sina.cn。韩晓景(1988—),男,硕士研究生。研究方向:数字信号处理与显示。李知达(1988—),男,硕士研究生。研究数字图像处理。

Simple Implementation of Color Space Conversion Based on FPGA

YU Changsheng,HAN Xiaojing,LI Zhida   

  1. (School of Technical Physics,Xidian University,Xi'an 710071,China)
  • Online:2013-11-15 Published:2013-11-19

摘要:

设计了一种在FPGA中实现色彩空间转换的简易方法。先通过左移位将转换矩阵中的小数系数转换成整数,然后用Verilog HDL例化9个加法器和9个常系数乘法器并行流水实现色彩空间转换,最终通过右移位得到正确数值。并以RGB 转 YCbCr422.为例,利用Modelsim进行仿真,并在Xilinx FPGA硬件平台上得到了验证。

关键词: FPGA, 色彩空间, IP Core, Verilog

Abstract:

This paper designs a simple method for color space conversion in FPGA.First,the decimal coefficients in transformation matrix are changed into integers through a left shift operation,then nine adders and nine constant coefficient multipliers are instantiated to implement the conversion in parallel pipelines with Verilog HDL,and finally the correct values are obtained through a right shift operation.This method is simulated with Modelsim and verified on Xilinx FPGA hardware platform by converting RGB to YCbCr422.

Key words: FPGA;color space;IP Core;Verilog

中图分类号: 

  • TP391