Root/tornado/fw/sim/p

1#!/bin/sh
2./alg "$@" >_out
3gnuplot -persist <<EOF
4set style data lines
5plot "_out" using 1 title "input", \
6  "_out" using 2 title "denoise", \
7  "_out" using 3 title "common", \
8  "_out" using 4 title "diff", \
9  "_out" using (50*\$5-200) lt 7 title "up"
10EOF
11

Archive Download this file

Branches:
master
tornado-v1



interactive