Commandes pour exécuter

text/plain commandes.txt — 186 B

Contenu du fichier

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