Parallel Convolution using MPI and OpenMP
-
Updated
Jan 7, 2021 - C
Parallel Convolution using MPI and OpenMP
Compilation of sample OpenMP-MPI guidelines and codes
Calculate area of Mandlebrot in parallel by OpemMP and MPI.
In image processing, a kernel, convolution matrix, or mask is a small matrix. It is used for blurring, sharpening, embossing, edge detection, and more. This is accomplished by doing a convolution between a kernel and an image.
To associate your repository with the mpicc topic, visit your repo's landing page and select "manage topics."