/gaussian-blur

📷 Gaussian Blur method in OpenCV + CUDA

Primary LanguageC++

GaussianBlur using CUDA and OpenCV

Applying gaussian blur method and using parallelized kernels (in CUDA + OpenCV environment), reducing the noise in an image.

Original  ->  Blurred

Objectives

  • Convert RGBA to Array of Structures (AoS)
  • Apply Gaussian Blur method to each channel
  • Parallelize using kernels