ParaFilter is a project aimed at implementing a low pass filter on images using different implmenations which are sequential, using openmp and using MPI.
- C++ compiler
- CMake (version 3.1.0)
- Make (if using Makefile)
- GTest (needed for testing)
git clone https://github.com/omagdy7/ParaFilter.git
cd ParaFilter
mkdir build && cd build
cmake ..
cmake --build . --target bin-debug