There are no reviews yet. Be the first to send feedback to the community and the maintainers!
Repository Details
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.