challett / processPPM

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

processPPM

Made for Software Engineering 4f03 at McMaster University 2016

C program made with MPI to apply average and mean filtering to PPM images with any size window on any number of processses

Compile with make

Run as: mpirun -np <processes> ppmf <input ppm> <output ppm> <frame size> <Processing type (A=average, M=median)>

About


Languages

Language:C 98.0%Language:Makefile 2.0%