Commandes pour compiler et exécuter

text/plain commandes.txt — 230 B

Contenu du fichier

*** Compilation ***
sr -o convolution convolution.sr 
*** Exécution ***
./convolution 1 512 512 ../image/lena512.raw sortie.raw 5
** Conversion pour visualiser l'image
convert -size 512x512 -depth 8  gray:sortie.raw  sortie.png