Gamma校正的快速算法及其C语言实现 中图分类号 :TP317. 4 文献标识码 :A 文章编号 :1009 - 2552 (2006) 04 - 0082 - 03
Gamma 校正的快速算法及其 C 语言实现
曾嘉亮
( 汕头职业技术学院机电工程系 , 汕头 515078)
摘 要 : Gamma 校正是数字图像显示前必不可少的操作 。若直接套用公式来实现的话 , 执行效 率非常低 ; 许多文献都提到可以使用查找表来加速这一操作 , 然则语焉不详 , 并未具体介绍实 现方法 。在对 gamma 校正原理进行深入研究的基础上 , 构造出 gamma 校正查找表 , 并提出了运 用该表对数字图像进行快速 gamma 校正的方法 。该算法特别适用于在嵌入式系统中处理视频流 。 关键词 : 显示系统 ; gamma 校正 ; 查找表 ; 快速算法
A fast algorithm of gamma correction and its implementation with C
ZENGJia2liang
( Department of Mechanical and Electrical Engineering , College of Shantou Polytechnic , Shantou 515078 , China)
Abstract : Gamma correction is a necessary operation for a digital image before it is sent to display. But ,if this operation is performed by applying the correction formula mechanically ,a poor performance will be got . Many articles……