Changes

Jump to: navigation, search

BETTERRED

1 byte added, 14:09, 2 March 2017
Linux
Compile the binaries using the following command:
g++ -O2 -std=c++0x -Wall -pedantic [your chosen file name].cpp -o gblur
Run the compiled prigramprogram
./gblur cinque_terre.bmp cinque_terre_BLURRED.bmp 3.0 3.0
The command line arguments are structured as follows:
[input image filename].bmp [output image filename].bmp [x - sigma value] [y - sigmea value]
 
====Mac OS X====
To compile and run the program:
147
edits

Navigation menu