jimouris / parallel-convolution

🖼️ Parallel Image Convolution, applying a blur filter to images. Written in C, optimized in three different ways: MPI, MPI & OpenMP and CUDA.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Parallel Convolution License MIT

MPI - MPI & OpenMP - CUDA

Image-filtering program optimized with Parallel Programming techniques

A parallel program to apply convolution filters to images. Written in C, optimized in three different ways: MPI, MPI & OMP and CUDA.

Examples

alt text alt text alt text alt text

About

🖼️ Parallel Image Convolution, applying a blur filter to images. Written in C, optimized in three different ways: MPI, MPI & OpenMP and CUDA.

License:MIT License


Languages

Language:C 89.2%Language:Cuda 10.0%Language:Makefile 0.8%