Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 464 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 464 Bytes

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