CUDA-based algorithm for high-speed parallel Gaussian filtering

Wenlong Lu,Jianjun Wang,Xiaojun Liu
2011-01-01
Abstract:In order to speed up the Gaussian filtering in three-d imensional surface texture aoalysis,an efficient method based on compute unifi ed device architecture(CUDA) implemented on graphic processing unit(GPU) was d esigned.CUDA parallel computing technology was introduced into the surface text ure analysis area by analyzing principle of Gaussian filtering and CUDA computin g architecture.Parallel Gaussian filtering algorithm used in CUDA was given for the characteristics of low dependency of Gaussian filtering and SIMT(single in struction multiple thread) eyecution model of CUDA.Experiments prove that t he calculation speed based on CUDA is 40 times faster than that of traditional s equence algorithm based on CPU,can effectively improve data processing capabili ty.
What problem does this paper attempt to address?