[go: up one dir, main page]

Skip to content

aekanman/gaussian-blur

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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