Commandes pour compiler et exécuter

text/plain commandes.txt — 253 B

Contenu du fichier

*** Compilation
g++ -std=c++11 convolution.cpp -o convolution -lpthread 
*** Exécution
./convolution 1 512 512 ../image/lena512.raw sortie.raw 5
*** Conversion pour visualisation du résultat
convert -size 512x512 -depth 8  gray:sortie.raw  sortie.png