Fast Gaussian blur in real time on GPUGaussian filtering is widely used standard algorithm which is a must in many applications, starting from Sharp/USM to SIFT/SURF. Gauss filter is isotropic and separable. These properties are very important for fast and efficient image processing. Gaussian filtering usually is time-consuming task, that's why it's a good idea try to accelerate it on GPU. Standard features for Gaussian filtering on NVIDIA GPUs
Benchmarks for Gaussian blur on GeForce GTX 1080 (Windows-10 and CUDA-10, 64-bit)Now we need just ~8 ms for Gaussian blur (sigma ~1, window 5×5) of 24-bit color image with 3840×2160 resolution. These are benchmarks for 2K / 4K images, 24-bit (computations on GPU, without DeviceIO latency)
|