• Stars
    star
    3
  • Rank 3,963,521 (Top 79 %)
  • Language
    C++
  • Created almost 8 years ago
  • Updated almost 8 years ago

Reviews

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.