刘宇

个人信息Personal Information

教授

博士生导师

硕士生导师

性别:男

毕业院校:西安交通大学

学位:博士

所在单位:软件学院、国际信息与软件学院

学科:软件工程. 计算机软件与理论

联系方式:18910567100

电子邮箱:yuliu@dlut.edu.cn

扫描关注

论文成果

当前位置: 刘宇 >> 科学研究 >> 论文成果

Parallel Acceleration of Histogram Specification based on Group Mapping Law

点击次数:

论文类型:会议论文

发表时间:2013-12-16

收录刊物:EI、CPCI-S、Scopus

卷号:1

页面范围:315-319

关键字:Histogram Specification; Group Mapping Law; Difference Matrix; Compute Unified Device Architecture

摘要:Histogram specification based on group mapping law (GML) is a classical and important approach in many application areas like image enhancement. However, its computation is quite expensive because of the complex mapping law. This paper proposes a novel method to perform GML by constructing a different matrix between original cumulative histogram and specified cumulative histogram. The next step is to search the minimums in each row and column of the matrix, and the final mapping function can be obtained by the indexes of minimums. The whole algorithm is suitable for parallel computing, so we design a fast structure for histogram specification based on GML using Compute Unified Device Architecture (CUDA), which fully exploits the computing resources of GPUs, such as shared memory. Compared to the CPU counterpart, our method attains a speedup factor of 11 on image size of 2048x2048. In addition, we analyze the efficiency of two key parts, namely parallel repacking histogram, and parallel searching minimum values and mapping. Moreover, accuracy measures are calculated to ensure the correctness of the parallel algorithm.