Skip to content

alyanser/2d-gaussian-blur

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

2d-gaussian-blur

performs tga image convolution using 2d gaussian kernel on both gpu and cpu.

Build:

git clone https://github.com/alyanser/2d-gaussian-blur --recurse-submodules
cd 2d-gaussian-blur
bash build.sh

Usage:

./convolution path_to_tga_img deviation

Options:
-o output_image_path -> store the convolved image at given path instead of overwriting
-g -> use gpu
-c -> use cpu

note: if neither or both -c or -g are provided, both cpu and gpu will be used separately

About

2d gaussian blur on tga images using cuda

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published