Comparation of several CUDA accelerated Gaussian filtering algorithms

LIU Jinfeng
DOI: https://doi.org/10.3778/j.issn.1002-8331.1306-0035
2013-01-01
Abstract:There are some image filtering algorithms based on CUDA, but some of them are not clearly described, and no one to compare the performance of these algorithms, which brings difficulties for understanding and using these algorithms. This paper discusses five different Gaussian image filters based on CUDA, they are naive method, separable share memory method, separable texture memory method, FFT convolution filtering and recursive Gaussian filter. Core ideas are emphasized, time complexities are compared, and performances are analyzed through experiments.
What problem does this paper attempt to address?