Skip to content

A sequential and parallel implementation of the Gaussian filter using nxn masks in C++, using the CImg library. The CPU parallel code was made using the OpenMP library and the GPU parallel code was made in CUDA.

Notifications You must be signed in to change notification settings

amh28/Gaussian-Filter

Repository files navigation

Gaussian-Filter

Linux console commands

For running convolution.cpp: g++ convolution.cpp -lm -lpthread -lX11 -std=c++11

For running convolution_parallel.cpp: g++ convolution_parallel.cpp -lm -lpthread -lX11 -std=c++11 -fopenmp

About

A sequential and parallel implementation of the Gaussian filter using nxn masks in C++, using the CImg library. The CPU parallel code was made using the OpenMP library and the GPU parallel code was made in CUDA.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published