Fast Integral Image Computation on GPU

WANG Zhi-guo,WANG Gui-jin,SHI Chen-bo,MIAO Quan,LIN Xing-gang
DOI: https://doi.org/10.3969/j.issn.1001-3695.2011.10.086
2011-01-01
Abstract:This paper described an algorithm about parallelly constructing integral image on GPU.Integral image can be built through prefix sum on rows of input image followed by prefix sum on columns.Prefix sum is an operation on an input array in which each element in the result array is the sum of the elements in the input array from the beginning to its index.This paper introduced algorithm of segmented prefix sum,and while applied to integrating image on GPU,there were seveval advantages as follows:data dependency between GPU threads was reduced;expenditure of memory access was cut off,work efficiency of GPU threads was promoted.Proposed algorithm is about 2 times faster than its counterparts,and it can be applied to GPU acceleration of those image processing algorithms in which integral image is used.
What problem does this paper attempt to address?