#! /bin/csh -f
# Last edited on 1999-03-14 16:46:45 by stolfi

set tdir = "../../test-images/"

cat ${tdir}/figs1.pgm \
  | PGMConvol -maxVal 254 gaussian-019x019.pgm \
  > figs1-smooth.pgm

cat ${tdir}/figs1.pgm \
  | PGMConvol -maxVal 254 eenhance-019x019.pgm \
  > figs1-sharpn.pgm

