A C program that takes a .ppm image and applies a gaussian blur.
make compile
make clean
To run this program, you can either specify the arguements in the command lline when the program is running when each query is printed to the terminal, or you can include it as a command line arguement.
./blur
Original image name: in.ppm
Result image name: out.ppm
Radius: 1
Sigma: 1
OR
./blur in.ppm out.ppm 1 1