M2_SETI/A4/TP_A4/Modele_exo4/script.sh

9 lines
158 B
Bash
Raw Permalink Normal View History

2023-02-12 23:49:07 +01:00
#!/bin/bash
for s in 1 2 5 10 15 20
do
for f in 5 10 50 100 500 1000
do
./ShiTomasi ./input_images/000009.png $s $f >> time.txt
done
done